Skip to content

Commit

Permalink
update related testnet for testnet Riemann activate height
Browse files Browse the repository at this point in the history
  • Loading branch information
ncying committed Sep 23, 2021
1 parent 264985d commit 154b9f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
settings.functionalitySettings.mintingSpeed should be (1)
settings.functionalitySettings.allowContractTransactionAfterHeight should be (4236000) // same as the setting
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (12550000)
settings.functionalitySettings.allowExchangeContractAfterHeight should be (Int.MaxValue)
settings.functionalitySettings.allowExchangeContractAfterHeight should be (18030000)
settings.genesisSettings.blockTimestamp should be(1535356447650226656L)
settings.genesisSettings.timestamp should be(1535356447650226656L)
settings.genesisSettings.averageBlockDelay should be(60.seconds)
Expand Down

0 comments on commit 154b9f9

Please sign in to comment.