Merge branch 'master' of github.com:cryptonomex/graphene

This commit is contained in:
Daniel Larimer 2015-07-31 09:55:21 -04:00
commit 0c8b469e64

View file

@ -149,7 +149,8 @@ void ChainDataModel::getAccountImpl(QString accountIdentifier, Account* const *
else
elog("Handling object deletions is not yet implemented: ${update}", ("update", update));
}
}, {accountIdentifier.toStdString()});
// TODO: replace true on the next line with a smarter decision as to whether we need status updates or not
}, {accountIdentifier.toStdString()}, true);
fc::optional<full_account> accountPackage;
if (result.count(accountIdentifier.toStdString())) {