minor fixed

master
henry 2017-10-18 22:49:14 -04:00
parent fa2da6b88b
commit 258dd56a1e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}