We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BroadcastTransaction
1 parent 4baa162 commit 31cce4aCopy full SHA for 31cce4a
src/node/transaction.cpp
@@ -32,7 +32,7 @@ static TransactionError HandleATMPError(const TxValidationState& state, std::str
32
33
TransactionError BroadcastTransaction(NodeContext& node, const CTransactionRef tx, std::string& err_string, const CAmount& max_tx_fee, bool relay, bool wait_callback)
34
{
35
- // BroadcastTransaction can be called by either sendrawtransaction RPC or the wallet.
+ // BroadcastTransaction can be called by RPC or by the wallet.
36
// chainman, mempool and peerman are initialized before the RPC server and wallet are started
37
// and reset after the RPC sever and wallet are stopped.
38
assert(node.chainman);
0 commit comments