Adjust for new naming conventions

This commit is contained in:
2018-04-10 18:46:54 +02:00
parent 5d875d23e2
commit 7b5cea3613
10 changed files with 15 additions and 39 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ import bignumber from 'kredits-web/utils/cps/bignumber';
export default EmberObject.extend({
// Contract
id: bignumber('idRaw', 'toString'),
// TODO: Should we rename it to account like in the contract?
address: null,
account: null,
balance: bignumber('balanceRaw', 'toNumber'),
isCore: false,
ipfsHash: null,