Diff-minimise

This commit is contained in:
Luke Dashjr 2023-09-05 02:32:53 +00:00
parent c10f1326aa
commit 1bfbc750dd
2 changed files with 1 additions and 1 deletions

View File

@ -85,6 +85,7 @@ static RPCHelpMan sendrawtransaction()
DEFAULT_MAX_RAW_TX_FEE_RATE :
CFeeRate(AmountFromValue(request.params[1]));
std::string err_string;
AssertLockNotHeld(cs_main);
NodeContext& node = EnsureAnyNodeContext(request.context);

View File

@ -594,7 +594,6 @@ public:
* @param[in] package Transaction package being evaluated for acceptance
* to mempool. The transactions need not be direct
* 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[out] errString Populated with error reason if a limit is hit.
*/