merge master

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