We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14add19 commit 2909fb3Copy full SHA for 2909fb3
crates/cli/src/main.rs
@@ -584,7 +584,7 @@ async fn main() -> Result<(), AlignedError> {
584
info!("Submitting proofs to the Aligned batcher...");
585
586
let aligned_verification_data_vec = submit_multiple(
587
- submit_args.network.into(),
+ submit_args.network.clone().into(),
588
&verification_data_arr,
589
max_fee_wei,
590
wallet.clone(),
0 commit comments