mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
enable TIPXDCXReceiverDisable flag on devnet (#525)
This commit is contained in:
parent
fb91c1e802
commit
acc9fc27e3
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ var TIPXDCXLending = big.NewInt(225000)
|
|||
var TIPXDCXCancellationFee = big.NewInt(225000)
|
||||
var TIPXDCXCancellationFeeTestnet = big.NewInt(225000)
|
||||
var TIPXDCXMinerDisable = big.NewInt(15894900)
|
||||
var TIPXDCXReceiverDisable = big.NewInt(9999999999)
|
||||
var TIPXDCXReceiverDisable = big.NewInt(18018000)
|
||||
var BerlinBlock = big.NewInt(9999999999)
|
||||
var LondonBlock = big.NewInt(9999999999)
|
||||
var MergeBlock = big.NewInt(9999999999)
|
||||
|
|
|
|||
Loading…
Reference in a new issue