Skip to content

Commit d5be7e8

Browse files
remove extra error in expect
1 parent bb660bb commit d5be7e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/l2/crates/l2/src

examples/l2/crates/l2/src/l2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl L2 {
9999
.aligned_agg_mode_gateway_provider
100100
.submit_sp1_proof(&proof, &vk)
101101
.await
102-
.expect("Failed to send proof to aggregation mode gateway: {e}");
102+
.expect("Failed to send proof to aggregation mode gateway");
103103
info!("Response from gateway: {:?}", res);
104104

105105
self.db.save().unwrap();

0 commit comments

Comments
 (0)