diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-06-22 11:43:34 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-06-22 11:43:34 -0400 |
commit | 25d5c195228279b8fd891f2a7767d0529aee0ffd (patch) | |
tree | 2da60e657e3881bfa962258cc680bc14ffde9427 /src/main.h | |
parent | a08e1826981e02c7a5f18fc30b4f40a780e4e86d (diff) |
RPC: add 'getrawmempool', listing all transaction ids in memory pool
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 29c9a8bce3..bb094ad3c7 100644 --- a/src/main.h +++ b/src/main.h @@ -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() { |