Skip to content

Commit d54080a

Browse files
committed
modify time
1 parent 580e683 commit d54080a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scala/vsys/settings/BlockchainSettings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object FunctionalitySettings {
1515
mintingSpeed = 1,
1616
//TODO
1717
//set the value
18-
allowContractTransactionAfterHeight = 6010000)
18+
allowContractTransactionAfterHeight = 6100000)
1919

2020
val TESTNET = FunctionalitySettings(
2121
numOfSlots = 60,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
133133
settings.addressSchemeCharacter should be('M')
134134
settings.functionalitySettings.numOfSlots should be (60)
135135
settings.functionalitySettings.mintingSpeed should be (1)
136-
settings.functionalitySettings.allowContractTransactionAfterHeight should be (6010000) // same as the setting
136+
settings.functionalitySettings.allowContractTransactionAfterHeight should be (6100000) // same as the setting
137137
settings.genesisSettings.blockTimestamp should be(1543286357457333127L)
138138
settings.genesisSettings.timestamp should be(1543286357457333127L)
139139
settings.genesisSettings.signature should be(ByteStr.decodeBase58("3yYNd7quEWaWytrAug4yGwQvpL3PVJegf9d9NTv9PVE3ouBYJs5PTQqxCjd294uK1zPLj6G5Tk447LqFMWdSFvaQ").toOption)

0 commit comments

Comments
 (0)