fix(op): activate node-api optimism feature (#6065)

This commit is contained in:
Matthias Seitz
2024-01-14 21:25:15 +01:00
committed by GitHub
parent 220a2715e9
commit cb515d4e92
5 changed files with 15 additions and 5 deletions

View File

@@ -501,6 +501,7 @@ where
// with this branch. remove this branch from the non-op code. remove
// `on_missing_payload` requirement from builder trait
if let Some(payload) = self.builder.on_missing_payload(args) {
debug!(target: "payload_builder", id=%self.config.payload_id(), "resolving fallback payload as best payload");
return (
ResolveBestPayload { best_payload: Some(payload), maybe_better, empty_payload },
KeepPayloadJobAlive::Yes,