Skip to content

Commit

Permalink
chore: fix some comments (#3962)
Browse files Browse the repository at this point in the history
Signed-off-by: friendlyping <[email protected]>
  • Loading branch information
friendlyping authored Oct 18, 2024
1 parent b3c8746 commit ce81ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ docker run -v /docker/waves/waves-data:/var/lib/waves -v /docker/waves/waves-con
### Blockchain state
If you are a Waves Blockchain newbie and launching Waves Node for the first time be aware that after launch it will start downloading the whole blockchain state from the other nodes. During this download it will be verifying all blocks one after another. This procesure can take some time.
If you are a Waves Blockchain newbie and launching Waves Node for the first time be aware that after launch it will start downloading the whole blockchain state from the other nodes. During this download it will be verifying all blocks one after another. This procedure can take some time.
You can speed this process up by downloading a compressed blockchain state from our official resources, extract it and mount inside the container (as discussed in the previous section). In this scenario Waves Node skips block verifying. This is a reason why it takes less time. This is also a reason why you must download blockchain state *only from our official resources*.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class UtxSuite extends BaseFunSuite {
private val ENOUGH_FEE = 5000000
private val AMOUNT = ENOUGH_FEE * 10

test("Invalid transaction should be removed from from utx") {
test("Invalid transaction should be removed from utx") {
val account = UtxSuite.createAccount

val transferToAccount = TransferTransaction
Expand Down

0 comments on commit ce81ca4

Please sign in to comment.