mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +01:00
wallet: fix capitalization in docstring
This commit is contained in:
parent
291e363ce5
commit
c6e8e11fb0
@ -1957,7 +1957,7 @@ void CWallet::ResubmitWalletTransactions(bool relay, bool force)
|
||||
// Only rebroadcast unconfirmed txs
|
||||
if (!wtx.isUnconfirmed()) continue;
|
||||
|
||||
// attempt to rebroadcast all txes more than 5 minutes older than
|
||||
// Attempt to rebroadcast all txes more than 5 minutes older than
|
||||
// the last block, or all txs if forcing.
|
||||
if (!force && wtx.nTimeReceived > m_best_block_time - 5 * 60) continue;
|
||||
to_submit.insert(&wtx);
|
||||
|
Loading…
Reference in New Issue
Block a user