Replace RelayMessage with RelayTransaction.
This commit is contained in:
@@ -558,7 +558,7 @@ Value sendrawtransaction(const Array& params, bool fHelp)
|
||||
} else {
|
||||
SyncWithWallets(hashTx, tx, NULL, true);
|
||||
}
|
||||
RelayMessage(CInv(MSG_TX, hashTx), tx);
|
||||
RelayTransaction(tx, hashTx);
|
||||
|
||||
return hashTx.GetHex();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user