Commit fc23c4db authored by vipwzw's avatar vipwzw Committed by 33cn

update config: ticket price 3000

parent 1867e2ed
......@@ -111,7 +111,11 @@ targetTimespan = 2160
targetTimePerBlock = 15
[mver.consensus.ForkChainParamV2]
powLimitBits = "0x1f2fffff"
coinReward = 5
coinDevFund = 3
targetTimespan = 720
targetTimePerBlock = 5
ticketPrice = 3000
[consensus.sub.ticket]
genesisBlockTime=1514533394
......
......@@ -196,7 +196,7 @@ func (f *Forks) IsDappFork(title string, height int64, dapp, fork string) bool {
//SetTestNetFork bityuan test net fork
func SetTestNetFork() {
systemFork.SetFork("chain33", "ForkChainParamV1", 110000)
systemFork.SetFork("chain33", "ForkChainParamV2", MaxHeight)
systemFork.SetFork("chain33", "ForkChainParamV2", 1692674)
systemFork.SetFork("chain33", "ForkCheckTxDup", 75260)
systemFork.SetFork("chain33", "ForkBlockHash", 209186)
systemFork.SetFork("chain33", "ForkMinerTime", 350000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment