RPC: add 'getrawmempool', listing all transaction ids in memory pool

This commit is contained in:
Jeff Garzik
2012-06-22 11:43:34 -04:00
committed by Jeff Garzik
parent a08e182698
commit 25d5c19522
3 changed files with 27 additions and 0 deletions

View File

@@ -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()
{