Replicate the bug.

This commit is contained in:
JoelKatz
2012-05-18 20:27:10 -07:00
parent 68dc00864a
commit 7ab10c0012

View File

@@ -32,6 +32,8 @@ Ledger::Ledger(const NewcoinAddress& masterID, uint64 startAmount) : mTotCoins(s
#ifdef DEBUG
std::cerr << "Root account:";
startAccount->dump();
AccountState::pointer as = getAccountState(masterID);
as->dump();
#endif
}