RPC: add 'getrawmempool', listing all transaction ids in memory pool
This commit is contained in:
@@ -1604,6 +1604,7 @@ public:
|
||||
bool fCheckInputs, bool* pfMissingInputs);
|
||||
bool addUnchecked(CTransaction &tx);
|
||||
bool remove(CTransaction &tx);
|
||||
void queryHashes(std::vector<uint256>& vtxid);
|
||||
|
||||
unsigned long size()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user