File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
295295async fn _submit_multiple (
296296 ws_write : Arc < Mutex < SplitSink < WebSocketStream < MaybeTlsStream < TcpStream > > , Message > > > ,
297297 mut ws_read : SplitStream < WebSocketStream < MaybeTlsStream < TcpStream > > > ,
You can’t perform that action at this time.
0 commit comments