mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +00:00
eth/catalyst: allow Bogota fork in GetPayloadV5
GetPayloadV5 already accepts Osaka and BPO forks. Include Bogota so payloads built under that schedule can be retrieved through the same endpoint.
This commit is contained in:
parent
c3f2851872
commit
36a0d10eab
1 changed files with 1 additions and 0 deletions
|
|
@ -498,6 +498,7 @@ func (api *ConsensusAPI) GetPayloadV5(payloadID engine.PayloadID) (*engine.Execu
|
||||||
forks.BPO3,
|
forks.BPO3,
|
||||||
forks.BPO4,
|
forks.BPO4,
|
||||||
forks.BPO5,
|
forks.BPO5,
|
||||||
|
forks.Bogota,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue