mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-01 11:11:22 +00:00
Fix parameter name in getmempoolcluster rpc
This commit is contained in:
parent
6c1325a091
commit
aba7500a30
@ -695,7 +695,7 @@ static RPCHelpMan getmempoolcluster()
|
||||
},
|
||||
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
|
||||
{
|
||||
uint256 hash = ParseHashV(request.params[0], "parameter 1");
|
||||
uint256 hash = ParseHashV(request.params[0], "txid");
|
||||
|
||||
const CTxMemPool& mempool = EnsureAnyMemPool(request.context);
|
||||
LOCK(mempool.cs);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user