mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-03 16:02:34 +02:00
Diff-minimise
This commit is contained in:
parent
c10f1326aa
commit
1bfbc750dd
@ -85,6 +85,7 @@ static RPCHelpMan sendrawtransaction()
|
|||||||
DEFAULT_MAX_RAW_TX_FEE_RATE :
|
DEFAULT_MAX_RAW_TX_FEE_RATE :
|
||||||
CFeeRate(AmountFromValue(request.params[1]));
|
CFeeRate(AmountFromValue(request.params[1]));
|
||||||
|
|
||||||
|
|
||||||
std::string err_string;
|
std::string err_string;
|
||||||
AssertLockNotHeld(cs_main);
|
AssertLockNotHeld(cs_main);
|
||||||
NodeContext& node = EnsureAnyNodeContext(request.context);
|
NodeContext& node = EnsureAnyNodeContext(request.context);
|
||||||
|
@ -594,7 +594,6 @@ public:
|
|||||||
* @param[in] package Transaction package being evaluated for acceptance
|
* @param[in] package Transaction package being evaluated for acceptance
|
||||||
* to mempool. The transactions need not be direct
|
* to mempool. The transactions need not be direct
|
||||||
* ancestors/descendants of each other.
|
* ancestors/descendants of each other.
|
||||||
* @param[in] total_vsize Sum of virtual sizes for all transactions in package.
|
|
||||||
* @param[in] limits Maximum number and size of ancestors and descendants
|
* @param[in] limits Maximum number and size of ancestors and descendants
|
||||||
* @param[out] errString Populated with error reason if a limit is hit.
|
* @param[out] errString Populated with error reason if a limit is hit.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user