Skip to content

Commit 9348ff3

Browse files
committed
fix: submit_and_wait_verification usage in integrating_aligned.md
1 parent a0829b2 commit 9348ff3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/3_guides/2_integrating_aligned_into_your_application.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,6 @@ async fn submit_proof_to_aligned(
149149
.map_err(|e| anyhow::anyhow!("Failed to get next nonce: {:?}", e))?;
150150

151151
match submit_and_wait_verification(
152-
BATCHER_URL,
153-
&rpc_url,
154-
Chain::Holesky,
155-
&verification_data,
156-
wallet.clone(),
157-
nonce,
158-
BATCHER_PAYMENTS_ADDRESS
159-
)
160-
161-
submit_and_wait_verification(
162152
BATCHER_URL,
163153
RPC_URL,
164154
Chain::Holesky,

0 commit comments

Comments
 (0)