Tests for CreateNewBlock

This commit is contained in:
Luke Dashjr
2012-05-22 21:55:15 +00:00
parent 148e107da6
commit 639b61d78e
3 changed files with 200 additions and 0 deletions

View File

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