We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a168650 commit cbd24b4Copy full SHA for cbd24b4
1 file changed
batcher/aligned-batcher/src/lib.rs
@@ -594,7 +594,7 @@ impl Batcher {
594
};
595
596
let mut nonced_verification_data = client_msg.verification_data.clone();
597
- let mut signature = client_msg.signature.clone();
+ let mut signature = client_msg.signature;
598
599
// When pre-verification is enabled, batcher will verify proofs for faster feedback with clients
600
if self.pre_verification_is_enabled {
0 commit comments