diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-05-22 21:55:15 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-12 16:35:34 +0000 |
commit | 639b61d78e9038f217644c47c4e72306159c9822 (patch) | |
tree | 51c9d519b7276965d7b4e56474ba22919132c0cd /src/main.h | |
parent | 148e107da6f3e0f477e773cc3a3cb882ff53dab4 (diff) |
Tests for CreateNewBlock
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 fc8d459923..301badcca9 100644 --- a/src/main.h +++ b/src/main.h @@ -1606,6 +1606,7 @@ public: bool fCheckInputs, bool* pfMissingInputs); bool addUnchecked(const uint256& hash, CTransaction &tx); bool remove(CTransaction &tx); + void clear(); void queryHashes(std::vector<uint256>& vtxid); unsigned long size() |