From ce81ca4e5fe40dd6129a216899f89205297944ac Mon Sep 17 00:00:00 2001 From: friendlyping Date: Fri, 18 Oct 2024 16:17:46 +0800 Subject: [PATCH] chore: fix some comments (#3962) Signed-off-by: friendlyping --- docker/README.md | 2 +- node-it/src/test/scala/com/wavesplatform/it/sync/UtxSuite.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index 031b2a6d658..28bebadd48c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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*. diff --git a/node-it/src/test/scala/com/wavesplatform/it/sync/UtxSuite.scala b/node-it/src/test/scala/com/wavesplatform/it/sync/UtxSuite.scala index f3140de6610..c0932f55322 100644 --- a/node-it/src/test/scala/com/wavesplatform/it/sync/UtxSuite.scala +++ b/node-it/src/test/scala/com/wavesplatform/it/sync/UtxSuite.scala @@ -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