aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-03-30 14:17:31 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-03-30 14:28:09 +0200
commit446bb70fcdff61dfdd770e0624a3885fe2a28bb0 (patch)
tree69fb904c35e1268d5a008f95104b569901d32105 /src/main.cpp
parentd62fed14ab2576994abd66c26d91f393ef6b0efd (diff)
parent0f5954c434fdd04b9abca6ddc6f1bbf895b6c6be (diff)
downloadbitcoin-446bb70fcdff61dfdd770e0624a3885fe2a28bb0.tar.xz
Merge pull request #5940
0f5954c Regression test for ResendWalletTransactions (Gavin Andresen)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1d78eedc1a..3ceacf32e7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -4475,7 +4475,7 @@ bool SendMessages(CNode* pto, bool fSendTrickle)
// transactions become unconfirmed and spams other nodes.
if (!fReindex && !fImporting && !IsInitialBlockDownload())
{
- GetMainSignals().Broadcast();
+ GetMainSignals().Broadcast(nTimeBestReceived);
}
//