Merge branch 'master' into create

This commit is contained in:
Arthur Britto
2012-05-18 12:12:42 -07:00
7 changed files with 477 additions and 198 deletions

View File

@@ -25,6 +25,7 @@ LedgerStateParms Ledger::writeBack(LedgerStateParms parms, SerializedLedgerEntry
if (create)
{
assert(!mAccountStateMap->hasItem(entry->getIndex()));
if(!mAccountStateMap->addGiveItem(item, false))
{
assert(false);