mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add shouldOverrideBuilder to ExecutionPayloadEnvelope (#4322)
This commit is contained in:
@ -69,7 +69,11 @@ impl From<BuiltPayload> for ExecutionPayloadEnvelope {
|
||||
fn from(value: BuiltPayload) -> Self {
|
||||
let BuiltPayload { block, fees, .. } = value;
|
||||
|
||||
ExecutionPayloadEnvelope { block_value: fees, payload: block.into() }
|
||||
ExecutionPayloadEnvelope {
|
||||
block_value: fees,
|
||||
payload: block.into(),
|
||||
should_override_builder: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user