Adjust for latest naming conventions

expept the renaming of ipfsHash to hashDigest all are already reflected
in the contracts
This commit is contained in:
2018-04-17 11:43:44 +02:00
parent 539f32911d
commit f0f82a96fb
8 changed files with 23 additions and 27 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,