Less debugging.

This commit is contained in:
Arthur Britto
2012-05-19 18:17:44 -07:00
parent 5142807109
commit 5cba2b4497
2 changed files with 3 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ Ledger::Ledger(const NewcoinAddress& masterID, uint64 startAmount) : mTotCoins(s
startAccount->peekSLE().setIFieldAmount(sfBalance, startAmount);
startAccount->peekSLE().setIFieldU32(sfSequence, 1);
writeBack(lepCREATE, startAccount->getSLE());
#ifdef DEBUG
#if 0
std::cerr << "Root account:";
startAccount->dump();
AccountState::pointer as = getAccountState(masterID);