mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
revert reward v2 block number for testing backward compatitble (#1361)
Co-authored-by: liam.lai <liam.lai@us>
This commit is contained in:
parent
9c6816eab6
commit
d7412ea981
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ var DevnetConstant = constant{
|
||||||
tipXDCXReceiverDisable: big.NewInt(0),
|
tipXDCXReceiverDisable: big.NewInt(0),
|
||||||
eip1559Block: big.NewInt(32400),
|
eip1559Block: big.NewInt(32400),
|
||||||
cancunBlock: big.NewInt(43200),
|
cancunBlock: big.NewInt(43200),
|
||||||
tipUpgradeReward: big.NewInt(243000),
|
tipUpgradeReward: big.NewInt(9999999999),
|
||||||
tipUpgradePenalty: big.NewInt(9999999999),
|
tipUpgradePenalty: big.NewInt(9999999999),
|
||||||
tipEpochHalving: big.NewInt(9999999999),
|
tipEpochHalving: big.NewInt(9999999999),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue