diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-04 05:50:47 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-04 05:50:53 +0200 |
commit | e61c6d69ad91bfc1a47b2d53e16cce3252885e70 (patch) | |
tree | 82da32a745891b544fda0010c802f5146f24cd8b /src/init.cpp | |
parent | 21876d38310f07befd5d7967fd68adf923eef6ba (diff) | |
parent | 0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9 (diff) |
Merge pull request #4450
0da6b3f Remove signal DoubleSpendDetected, use function (Tom Harding)
88dd359 Check signatures before respend relay (Tom Harding)
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 5afae32327..fb1c144751 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1183,7 +1183,7 @@ bool AppInit2(boost::thread_group& threadGroup) LogPrintf("mapAddressBook.size() = %u\n", pwalletMain ? pwalletMain->mapAddressBook.size() : 0); #endif - RegisterInternalSignals(); + InitRespendFilter(); StartNode(threadGroup); if (fServer) StartRPCThreads(); |