Skip to content

Commit 2909fb3

Browse files
clone the last network arg use to fix compilation
1 parent 14add19 commit 2909fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ async fn main() -> Result<(), AlignedError> {
584584
info!("Submitting proofs to the Aligned batcher...");
585585

586586
let aligned_verification_data_vec = submit_multiple(
587-
submit_args.network.into(),
587+
submit_args.network.clone().into(),
588588
&verification_data_arr,
589589
max_fee_wei,
590590
wallet.clone(),

0 commit comments

Comments
 (0)