We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978b8a2 commit f54741cCopy full SHA for f54741c
examples/custom-node/src/engine_api.rs
@@ -35,7 +35,7 @@ impl From<OpBuiltPayload<CustomNodePrimitives>> for CustomExecutionPayloadEnvelo
35
let block = sealed_block.into_block();
36
37
Self {
38
- execution_payload: ExecutionPayloadV3::from_block_unchecked(hash, &block.clone()),
+ execution_payload: ExecutionPayloadV3::from_block_unchecked(hash, &block),
39
extension,
40
}
41
0 commit comments