Skip to content

Commit c6e8e11

Browse files
committed
wallet: fix capitalization in docstring
1 parent 291e363 commit c6e8e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ void CWallet::ResubmitWalletTransactions(bool relay, bool force)
19571957
// Only rebroadcast unconfirmed txs
19581958
if (!wtx.isUnconfirmed()) continue;
19591959

1960-
// attempt to rebroadcast all txes more than 5 minutes older than
1960+
// Attempt to rebroadcast all txes more than 5 minutes older than
19611961
// the last block, or all txs if forcing.
19621962
if (!force && wtx.nTimeReceived > m_best_block_time - 5 * 60) continue;
19631963
to_submit.insert(&wtx);

0 commit comments

Comments
 (0)