aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-05-22 21:55:15 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-07-12 16:35:34 +0000
commit639b61d78e9038f217644c47c4e72306159c9822 (patch)
tree51c9d519b7276965d7b4e56474ba22919132c0cd /src/main.h
parent148e107da6f3e0f477e773cc3a3cb882ff53dab4 (diff)
downloadbitcoin-639b61d78e9038f217644c47c4e72306159c9822.tar.xz
Tests for CreateNewBlock
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
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()