Merge pull request #5940

0f5954c Regression test for ResendWalletTransactions (Gavin Andresen)
This commit is contained in:
Wladimir J. van der Laan
2015-03-30 14:17:31 +02:00
10 changed files with 88 additions and 32 deletions

View File

@@ -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);
}
//