Fix build
This commit is contained in:
parent
39c99fd0a7
commit
b789dff678
1 changed files with 2 additions and 1 deletions
|
|
@ -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())) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue