Skip to content

Commit 154b9f9

Browse files
committed
update related testnet for testnet Riemann activate height
1 parent 264985d commit 154b9f9

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
@@ -99,7 +99,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
9999
settings.functionalitySettings.mintingSpeed should be (1)
100100
settings.functionalitySettings.allowContractTransactionAfterHeight should be (4236000) // same as the setting
101101
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (12550000)
102-
settings.functionalitySettings.allowExchangeContractAfterHeight should be (Int.MaxValue)
102+
settings.functionalitySettings.allowExchangeContractAfterHeight should be (18030000)
103103
settings.genesisSettings.blockTimestamp should be(1535356447650226656L)
104104
settings.genesisSettings.timestamp should be(1535356447650226656L)
105105
settings.genesisSettings.averageBlockDelay should be(60.seconds)

0 commit comments

Comments
 (0)