From 0193a90a72f801c68f4d2fa0445967f7b832daa3 Mon Sep 17 00:00:00 2001 From: b-yap <2826165+b-yap@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:32:42 +0800 Subject: [PATCH] update unfinished comment --- clients/wallet/src/resubmissions.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/wallet/src/resubmissions.rs b/clients/wallet/src/resubmissions.rs index d3fa60e9a..3b436eaac 100644 --- a/clients/wallet/src/resubmissions.rs +++ b/clients/wallet/src/resubmissions.rs @@ -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 @@ -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 {