diff --git a/docker/README.md b/docker/README.md index 031b2a6d65..28bebadd48 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 f3140de661..c0932f5532 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