This commit is contained in:
JoelKatz
2012-06-04 21:45:59 -07:00
parent e84c7924a4
commit d8ad2fcbb5

View File

@@ -335,7 +335,7 @@ void Ledger::addJson(Json::Value& ret, int options)
for (SHAMapItem::pointer item = mAccountStateMap->peekFirstItem(); !!item;
item = mAccountStateMap->peekNextItem(item->getTag()))
state.append(item->getTag().GetHex());
ledger["AccounState"] = state;
ledger["AccountState"] = state;
}
ret[boost::lexical_cast<std::string>(mLedgerSeq)] = ledger;
}