We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81508c1 commit 67c1f44Copy full SHA for 67c1f44
src/test/scala/vsys/settings/BlockchainSettingsSpecification.scala
@@ -94,7 +94,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
94
settings.functionalitySettings.numOfSlots should be (60)
95
settings.functionalitySettings.mintingSpeed should be (1)
96
settings.functionalitySettings.allowContractTransactionAfterHeight should be (4236000) // same as the setting
97
- settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (Int.MaxValue)
+ settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (12550000)
98
settings.genesisSettings.blockTimestamp should be(1535356447650226656L)
99
settings.genesisSettings.timestamp should be(1535356447650226656L)
100
settings.genesisSettings.averageBlockDelay should be(60.seconds)
0 commit comments