[GUI] Fix build
This commit is contained in:
parent
59f65d1411
commit
b24006cca3
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ Asset* ChainDataModel::getAsset(QString symbol)
|
|||
{
|
||||
by_symbol_idx.modify( itr,
|
||||
[=]( Asset* a ){
|
||||
a->setProperty("id", result.front()->id.instance() );
|
||||
a->setProperty("id", ObjectId(result.front()->id.instance()));
|
||||
a->setProperty("precision", result.front()->precision );
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue