We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4074208 commit 260930eCopy full SHA for 260930e
src/main.cpp
@@ -6197,7 +6197,7 @@ bool SendMessages(CNode* pto)
6197
// Resend wallet transactions that haven't gotten in a block yet
6198
// Except during reindex, importing and IBD, when old wallet
6199
// transactions become unconfirmed and spams other nodes.
6200
- if (!fReindex /*&& !fImporting && !IsInitialBlockDownload()*/) {
+ if (!fReindex && !fImporting && !IsInitialBlockDownload()) {
6201
GetMainSignals().Broadcast();
6202
}
6203
0 commit comments