Skip to content

Commit

Permalink
remove comment and unnecessary clone
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik committed Aug 29, 2024
1 parent b3a36ff commit 5382648
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion crates/sequencer/src/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ where

let (soft_confirmation_receipt, checkpoint) = self.stf.end_soft_confirmation(
active_fork_spec,
self.state_root.clone().as_ref().to_vec(),
self.state_root.as_ref().to_vec(),
self.sequencer_pub_key.as_ref(),
&mut signed_soft_confirmation,
tx_receipts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ use sov_rollup_interface::soft_confirmation::SignedSoftConfirmation;
use sov_rollup_interface::stf::{
SoftConfirmationError, SoftConfirmationReceipt, TransactionReceipt,
};
// #[cfg(all(target_os = "zkvm", feature = "bench"))]
// use sov_zk_cycle_macros::cycle_tracker;
#[cfg(feature = "native")]
use tracing::instrument;

Expand Down

0 comments on commit 5382648

Please sign in to comment.