From 5390c5cea85b2a7b30a9104ca496fb79c37ff47c Mon Sep 17 00:00:00 2001 From: bumi Date: Sun, 8 Apr 2018 13:17:35 +0200 Subject: [PATCH] Use contributors contract to add new contributors related: https://github.com/67P/truffle-kredits/pull/17 --- app/services/kredits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/kredits.js b/app/services/kredits.js index 897d418..248bb33 100644 --- a/app/services/kredits.js +++ b/app/services/kredits.js @@ -261,7 +261,7 @@ export default Service.extend({ return attributes; }) .then((attributes) => { - return this.get('kreditsContract') + return this.get('contributorsContract') .then((contract) => { let { address, isCore, ipfsHash } = attributes; let { digest, hashFunction, hashSize } = toBytes32(ipfsHash);