minor fixed
This commit is contained in:
parent
fa2da6b88b
commit
258dd56a1e
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ public abstract class GrapheneApiGenerator {
|
|||
assetInfo = bitsharesAssetDao.getBitsharesAssetInfoById(balance.getAsset().getObjectId());
|
||||
}
|
||||
|
||||
ccBalance.setCryptoCurrency(assetInfo.getValue().getCryptoCurrencyId());
|
||||
ccBalance.setCryptoCurrencyId(assetInfo.getValue().getCryptoCurrencyId());
|
||||
balanceDao.insertCryptoCoinBalance(ccBalance);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue