mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf(op-payload): remove unneeded clone (#12771)
This commit is contained in:
@ -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(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user