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 222b7c6 commit 2a537beCopy full SHA for 2a537be
batcher/aligned-sdk/src/communication/messaging.rs
@@ -81,10 +81,7 @@ pub async fn send_messages(
81
info!("All proofs sent");
82
// This vector is reversed so that while responses are received, removing from the end is cheaper.
83
let sent_verification_data_rev: Vec<Result<NoncedVerificationData, SubmitError>> =
84
- sent_verification_data
85
- .into_iter()
86
- .rev()
87
- .collect();
+ sent_verification_data.into_iter().rev().collect();
88
sent_verification_data_rev
89
}
90
0 commit comments