minor fixed

This commit is contained in:
henry 2017-10-18 22:49:14 -04:00
parent fa2da6b88b
commit 258dd56a1e

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