Skip to content

Commit 67c1f44

Browse files
committed
update testnet settings in test
1 parent 81508c1 commit 67c1f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/vsys/settings/BlockchainSettingsSpecification.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
9494
settings.functionalitySettings.numOfSlots should be (60)
9595
settings.functionalitySettings.mintingSpeed should be (1)
9696
settings.functionalitySettings.allowContractTransactionAfterHeight should be (4236000) // same as the setting
97-
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (Int.MaxValue)
97+
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (12550000)
9898
settings.genesisSettings.blockTimestamp should be(1535356447650226656L)
9999
settings.genesisSettings.timestamp should be(1535356447650226656L)
100100
settings.genesisSettings.averageBlockDelay should be(60.seconds)

0 commit comments

Comments
 (0)