Use contributors contract to add new contributors #39

Merged
bumi merged 1 commits from refactor/contributor-management into master 2018-04-08 12:12:53 +00:00
Showing only changes of commit 5390c5cea8 - Show all commits
+1 -1
View File
@@ -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);