Rename recipientId to contributorId in proposals

This commit is contained in:
2018-04-15 19:02:35 +02:00
parent 7b5cea3613
commit 8aa941e704
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default EmberObject.extend({
// Contract
id: bignumber('idRaw', 'toString'),
creatorAccount: null,
recipientId: bignumber('recipientIdRaw', 'toString'),
contributorId: bignumber('contributorIdRaw', 'toString'),
amount: bignumber('amountRaw', 'toNumber'),
votesCount: bignumber('votesCountRaw', 'toNumber'),
votesNeeded: bignumber('votesNeededRaw', 'toNumber'),