perf(op-payload): remove unneeded clone (#12771)

This commit is contained in:
Hai | RISE
2024-11-22 17:31:06 +07:00
committed by GitHub
parent a163929724
commit ef3e0b360f

View File

@ -350,7 +350,7 @@ where
let block_number = ctx.block_number();
let execution_outcome = ExecutionOutcome::new(
state.take_bundle(),
vec![info.receipts.clone()].into(),
vec![info.receipts].into(),
block_number,
Vec::new(),
);