Revert "chore(op-payload-builder): Refactor optimism_payload into smaller, reusable functions" (#11041)

This commit is contained in:
Matthias Seitz
2024-09-19 17:36:32 +02:00
committed by GitHub
parent 893ea95d3e
commit 1fbf1a91f1
4 changed files with 349 additions and 624 deletions

View File

@ -15,9 +15,6 @@ pub enum PayloadBuilderError {
/// An oneshot channels has been closed.
#[error("sender has been dropped")]
ChannelClosed,
/// Build cancelled
#[error("build outcome cancelled")]
BuildOutcomeCancelled,
/// If there's no payload to resolve.
#[error("missing payload")]
MissingPayload,