add istanbul block reward
This commit is contained in:
parent
078375061b
commit
4cf3931f34
|
@ -113,7 +113,8 @@ const
|
||||||
eth5, # FkTangerine
|
eth5, # FkTangerine
|
||||||
eth5, # FkSpurious
|
eth5, # FkSpurious
|
||||||
eth3, # FkByzantium
|
eth3, # FkByzantium
|
||||||
eth2 # FkConstantinople
|
eth2, # FkConstantinople
|
||||||
|
eth2 # FkIstanbul
|
||||||
]
|
]
|
||||||
|
|
||||||
proc processBlock*(chainDB: BaseChainDB, header: BlockHeader, body: BlockBody, vmState: BaseVMState): ValidationResult =
|
proc processBlock*(chainDB: BaseChainDB, header: BlockHeader, body: BlockBody, vmState: BaseVMState): ValidationResult =
|
||||||
|
|
Loading…
Reference in New Issue