mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
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