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
@@ -136,7 +136,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
136
136
settings.functionalitySettings.numOfSlots should be (60)
137
137
settings.functionalitySettings.mintingSpeed should be (1)
138
138
settings.functionalitySettings.allowContractTransactionAfterHeight should be (6100000) // same as the setting
139
-
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (12900000)
139
+
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (13140520)
140
140
settings.genesisSettings.blockTimestamp should be(1543286357457333127L)
141
141
settings.genesisSettings.timestamp should be(1543286357457333127L)
142
142
settings.genesisSettings.signature should be(ByteStr.decodeBase58("3yYNd7quEWaWytrAug4yGwQvpL3PVJegf9d9NTv9PVE3ouBYJs5PTQqxCjd294uK1zPLj6G5Tk447LqFMWdSFvaQ").toOption)
0 commit comments