Skip to content

Commit

Permalink
modify allowContractTransactionAfterHeight for TESTNET
Browse files Browse the repository at this point in the history
  • Loading branch information
tivalue committed Aug 18, 2019
1 parent 16fddb2 commit f600e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object FunctionalitySettings {
mintingSpeed = 1,
//TODO
//set the value
allowContractTransactionAfterHeight = 423600)
allowContractTransactionAfterHeight = 430000)

val configPath = "vsys.blockchain.custom.functionality"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
settings.addressSchemeCharacter should be('T')
settings.functionalitySettings.numOfSlots should be (60)
settings.functionalitySettings.mintingSpeed should be (1)
settings.functionalitySettings.allowContractTransactionAfterHeight should be (423600) // same as the setting
settings.functionalitySettings.allowContractTransactionAfterHeight should be (430000) // same as the setting
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 f600e66

Please sign in to comment.