mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
set TIP random block to 3464000
This commit is contained in:
parent
614305d4a9
commit
c5b1572c31
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const (
|
|||
|
||||
var TIP2019Block = big.NewInt(1050000)
|
||||
var TIPSigning = big.NewInt(3000000)
|
||||
var TIPRandomize = big.NewInt(3410000)
|
||||
var TIPRandomize = big.NewInt(3464000)
|
||||
var IsTestnet bool = false
|
||||
var StoreRewardFolder string
|
||||
var RollbackHash Hash
|
||||
|
|
|
|||
Loading…
Reference in a new issue