Skip to content

Commit

Permalink
update unfinished comment
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Nov 3, 2023
1 parent 894bc92 commit 0193a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/wallet/src/resubmissions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl StellarWallet {
/// Returns:
/// * `TransactionResponse` for successful resubmission;
/// * None for errors that cannot be resubmitted;
/// * An error that can be resubmitted again
/// * An error that can potentially be resubmitted again
///
/// This function determines whether an error is up for resubmission or not:
/// `tx_bad_seq` or `SequenceNumberAlreadyUsed` can be resubmitted by updating the sequence
Expand Down Expand Up @@ -709,7 +709,7 @@ mod test {
// let's resubmit these 3 transactions
let _ = wallet.resubmit_transactions_from_cache().await;

// let's pause for awhile, to catch up with the
// let's pause for awhile, to catch up with the transactions that need resubmission
pause_process_in_secs(10).await;

loop {
Expand Down

0 comments on commit 0193a90

Please sign in to comment.