Skip to content

Commit 23163bf

Browse files
committed
update fermat mainnet activated height
1 parent 343f4b7 commit 23163bf

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
@@ -17,7 +17,7 @@ object FunctionalitySettings {
1717
//TODO
1818
//set the value
1919
allowContractTransactionAfterHeight = 6100000,
20-
allowDepositWithdrawContractAfterHeight = 12900000)
20+
allowDepositWithdrawContractAfterHeight = 13140520)
2121

2222
val TESTNET = FunctionalitySettings(
2323
numOfSlots = 60,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class BlockchainSettingsSpecification extends FlatSpec with Matchers {
136136
settings.functionalitySettings.numOfSlots should be (60)
137137
settings.functionalitySettings.mintingSpeed should be (1)
138138
settings.functionalitySettings.allowContractTransactionAfterHeight should be (6100000) // same as the setting
139-
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (12900000)
139+
settings.functionalitySettings.allowDepositWithdrawContractAfterHeight should be (13140520)
140140
settings.genesisSettings.blockTimestamp should be(1543286357457333127L)
141141
settings.genesisSettings.timestamp should be(1543286357457333127L)
142142
settings.genesisSettings.signature should be(ByteStr.decodeBase58("3yYNd7quEWaWytrAug4yGwQvpL3PVJegf9d9NTv9PVE3ouBYJs5PTQqxCjd294uK1zPLj6G5Tk447LqFMWdSFvaQ").toOption)

0 commit comments

Comments
 (0)