File tree 1 file changed +1
-1
lines changed
src/test/scala/vsys/settings
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
99
99
settings.functionalitySettings.mintingSpeed should be (1 )
100
100
settings.functionalitySettings.allowContractTransactionAfterHeight should be (4236000 ) // same as the setting
101
101
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (12550000 )
102
- settings.functionalitySettings.allowExchangeContractAfterHeight should be (Int . MaxValue )
102
+ settings.functionalitySettings.allowExchangeContractAfterHeight should be (18030000 )
103
103
settings.genesisSettings.blockTimestamp should be(1535356447650226656L )
104
104
settings.genesisSettings.timestamp should be(1535356447650226656L )
105
105
settings.genesisSettings.averageBlockDelay should be(60 .seconds)
You can’t perform that action at this time.
0 commit comments