diff --git a/src/Ledger.cpp b/src/Ledger.cpp index 5bcc47934..bd83404e0 100644 --- a/src/Ledger.cpp +++ b/src/Ledger.cpp @@ -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 }