Merge branch 'pay'

This commit is contained in:
Arthur Britto
2012-05-19 18:20:14 -07:00
11 changed files with 314 additions and 127 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();
#endif