Some extra debug. An extra helper function. Remove dead code.

This commit is contained in:
JoelKatz
2011-12-13 12:17:14 -08:00
parent 58b727b3a7
commit 5db7ba9d62
2 changed files with 11 additions and 44 deletions

View File

@@ -85,6 +85,7 @@ public:
// mid level functions
AccountState::pointer getAccountState(const uint160& acctID);
Transaction::pointer getTransaction(const uint256& transID);
uint64 getBalance(const uint160& acctID);
// high level functions
TransResult applyTransaction(Transaction::pointer trans);