Use boost signals for callbacks from main to wallet

This commit is contained in:
Pieter Wuille
2013-10-19 18:34:06 +02:00
parent e010af7089
commit 00588c3fac
5 changed files with 77 additions and 96 deletions

View File

@@ -560,7 +560,7 @@ Value sendrawtransaction(const Array& params, bool fHelp)
// Not in block, but already in the memory pool; will drop
// through to re-relay it.
} else {
SyncWithWallets(hashTx, tx, NULL, true);
SyncWithWallets(hashTx, tx, NULL);
}
RelayTransaction(tx, hashTx);