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:
Weixie Cui 2026-07-15 20:00:00 +08:00
parent c3f2851872
commit 36a0d10eab

View file

@ -498,6 +498,7 @@ func (api *ConsensusAPI) GetPayloadV5(payloadID engine.PayloadID) (*engine.Execu
forks.BPO3,
forks.BPO4,
forks.BPO5,
forks.Bogota,
})
}