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);