Extra sanity checks.

This commit is contained in:
JoelKatz
2012-10-15 04:13:15 -07:00
parent 862b2c5aef
commit a145bf2d36
2 changed files with 23 additions and 2 deletions

View File

@@ -282,6 +282,7 @@ public:
void addJson(Json::Value&, int options);
bool walkLedger();
bool assertSane();
static bool unitTest();
};