Use boost signals for callbacks from main to wallet
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user