We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb660bb commit d5be7e8Copy full SHA for d5be7e8
1 file changed
examples/l2/crates/l2/src/l2.rs
@@ -99,7 +99,7 @@ impl L2 {
99
.aligned_agg_mode_gateway_provider
100
.submit_sp1_proof(&proof, &vk)
101
.await
102
- .expect("Failed to send proof to aggregation mode gateway: {e}");
+ .expect("Failed to send proof to aggregation mode gateway");
103
info!("Response from gateway: {:?}", res);
104
105
self.db.save().unwrap();
0 commit comments