You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/scala/vsys/settings/BlockchainSettingsSpecification.scala
+1-1
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
133
133
settings.addressSchemeCharacter should be('M')
134
134
settings.functionalitySettings.numOfSlots should be (60)
135
135
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
137
137
settings.genesisSettings.blockTimestamp should be(1543286357457333127L)
138
138
settings.genesisSettings.timestamp should be(1543286357457333127L)
139
139
settings.genesisSettings.signature should be(ByteStr.decodeBase58("3yYNd7quEWaWytrAug4yGwQvpL3PVJegf9d9NTv9PVE3ouBYJs5PTQqxCjd294uK1zPLj6G5Tk447LqFMWdSFvaQ").toOption)
0 commit comments