/rest/mempool/info.json
endpoint and getmempoolinfo
RPC atomic.
/rest/mempool/info.json
endpoint and getmempoolinfo
RPC atomic.
1486@@ -1487,6 +1487,7 @@ static UniValue getchaintips(const JSONRPCRequest& request)
1487
1488 UniValue mempoolInfoToJSON()
1482@@ -1483,6 +1483,7 @@ static UniValue getchaintips(const JSONRPCRequest& request)
1483
1484 UniValue MempoolInfoToJSON(const CTxMemPool& pool)
1485 {
1486+ LOCK(::mempool.cs);
0 LOCK(pool.cs);
Labels
RPC/REST/ZMQ