mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
tip block randomize
This commit is contained in:
parent
7e491a582b
commit
2d046cc16a
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ const (
|
|||
|
||||
var TIP2019Block = big.NewInt(1050000)
|
||||
var TIPSigning = big.NewInt(3000000)
|
||||
var TIPRandomize = big.NewInt(901)
|
||||
var TIPRandomize = big.NewInt(3374780)
|
||||
var IsTestnet bool = false
|
||||
var StoreRewardFolder string
|
||||
var RollbackHash Hash
|
||||
|
|
|
|||
|
|
@ -44,4 +44,4 @@ func TestGetM1M2FromCheckpointHeader(t *testing.T) {
|
|||
t.Error("wrong moveM2", "want", uint64(i/3), "have", moveM2)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue