Skip to content

Commit

Permalink
remove clone
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Nov 12, 2024
1 parent c4bd2ad commit 943f3d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/lib/multivm/src/versions/vm_fast/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ impl<S: ReadStorage, Tr: Tracer + Default> Vm<S, Tr> {
self.write_to_bootloader_heap(memory_to_apply);

// Save the pubdata for the future initial bootloader memory building
self.bootloader_state
.set_pubdata_input(pubdata_input.clone());
self.bootloader_state.set_pubdata_input(pubdata_input);
}

Hook::PaymasterValidationEntered | Hook::ValidationStepEnded => { /* unused */ }
Expand Down

0 comments on commit 943f3d0

Please sign in to comment.