This commit is contained in:
jed
2012-12-04 14:06:26 -08:00
parent 26e9b5e2f6
commit bfaf80c787
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
AccountItem::pointer RippleState::makeItem(const uint160& accountID, SerializedLedgerEntry::ref ledgerEntry)
{
if (!mLedgerEntry || mLedgerEntry->getType() != ltRIPPLE_STATE) return(AccountItem::pointer());
if (!ledgerEntry || ledgerEntry->getType() != ltRIPPLE_STATE) return(AccountItem::pointer());
RippleState* rs=new RippleState(ledgerEntry);
rs->setViewAccount(accountID);