mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 06:19:27 +00:00
eth/catalyst: temporary allow amsterdam in gpV5
This commit is contained in:
parent
1f3041824f
commit
480343c0b2
1 changed files with 1 additions and 0 deletions
|
|
@ -452,6 +452,7 @@ func (api *ConsensusAPI) GetPayloadV5(payloadID engine.PayloadID) (*engine.Execu
|
||||||
forks.BPO3,
|
forks.BPO3,
|
||||||
forks.BPO4,
|
forks.BPO4,
|
||||||
forks.BPO5,
|
forks.BPO5,
|
||||||
|
forks.Amsterdam, // TODO (MariusVanDerWijden) remove
|
||||||
// Amsterdam uses GetPayloadV6
|
// Amsterdam uses GetPayloadV6
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue