aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2016-05-24 20:56:17 -0400
committerCory Fields <[email protected]>2016-09-08 12:04:35 -0400
commit5b446dd5b11d4f403554bc2dd5a7a94c7d20422a (patch)
treea17d2662531e4ddde04872bd75a4924be36de2b5 /src/main.cpp
parentnet: Pass CConnman around as needed (diff)
downloaddiscoin-5b446dd5b11d4f403554bc2dd5a7a94c7d20422a.tar.xz
discoin-5b446dd5b11d4f403554bc2dd5a7a94c7d20422a.zip
net: Pass CConnection to wallet rather than using the global
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 32859ebc2..4dc9d71ee 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -6431,7 +6431,7 @@ bool SendMessages(CNode* pto, CConnman& connman)
// transactions become unconfirmed and spams other nodes.
if (!fReindex && !fImporting && !IsInitialBlockDownload())
{
- GetMainSignals().Broadcast(nTimeBestReceived);
+ GetMainSignals().Broadcast(nTimeBestReceived, &connman);
}
//