mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge cad2df24b3 into merged_master (Bitcoin PR bitcoin/bitcoin#29308)
This commit is contained in:
commit
d08fd5f009
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ static TransactionError HandleATMPError(const TxValidationState& state, std::str
|
|||
|
||||
TransactionError BroadcastTransaction(NodeContext& node, const CTransactionRef tx, std::string& err_string, const CAmount& max_tx_fee, bool relay, bool wait_callback)
|
||||
{
|
||||
// BroadcastTransaction can be called by either sendrawtransaction RPC or the wallet.
|
||||
// BroadcastTransaction can be called by RPC or by the wallet.
|
||||
// chainman, mempool and peerman are initialized before the RPC server and wallet are started
|
||||
// and reset after the RPC sever and wallet are stopped.
|
||||
assert(node.chainman);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue