Skip to content

Commit 62e3c97

Browse files
committed
chore: comment
1 parent 5c6c776 commit 62e3c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

batcher/aligned-sdk/src/sdk.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ async fn fetch_gas_price(
218218
/// Submits multiple proofs to the batcher to be verified in Aligned.
219219
/// # Arguments
220220
/// * `batcher_url` - The url of the batcher to which the proof will be submitted.
221-
/// * `chain` - The chain on which the verification will be done.
221+
/// * `network` - The netork on which the verification will be done.
222222
/// * `verification_data` - An array of verification data of each proof.
223223
/// * `max_fees` - An array of the maximum fee that the submitter is willing to pay for each proof verification.
224224
/// * `wallet` - The wallet used to sign the proof.
@@ -291,7 +291,7 @@ pub fn get_aligned_service_manager_address(network: Network) -> ethers::types::H
291291
}
292292

293293
// Will submit the proofs to the batcher and wait for their responses
294-
// Will return once all proofs are responded, or up to when a proof is responded with an error
294+
// Will return once all proofs are responded, or up to a proof that is responded with an error
295295
async fn _submit_multiple(
296296
ws_write: Arc<Mutex<SplitSink<WebSocketStream<MaybeTlsStream<TcpStream>>, Message>>>,
297297
mut ws_read: SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>,

0 commit comments

Comments
 (0)