mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-23 15:14:32 +00:00
changes in params due to large data
This commit is contained in:
parent
3f5196c056
commit
44e1e35a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const (
|
|||
MinimunMinerBlockPerEpoch = 1
|
||||
)
|
||||
|
||||
var TIP2019Block = big.NewInt(1050000)
|
||||
var TIP2019Block = big.NewInt(1)
|
||||
var TIPSigning = big.NewInt(3000000)
|
||||
var IsTestnet bool = false
|
||||
var StoreRewardFolder string
|
||||
|
|
|
|||
Loading…
Reference in a new issue