Test old tree along with new tree as much as possible.

This commit is contained in:
Sean Bowe
2016-04-03 15:39:08 -06:00
parent 434f328446
commit 482aefbd0d
2 changed files with 185 additions and 18 deletions

View File

@@ -26,6 +26,8 @@ public:
READWRITE(index);
}
MerklePath() { }
MerklePath(std::vector<std::vector<bool>> authentication_path, std::vector<bool> index)
: authentication_path(authentication_path), index(index) { }
};