Merge pull request #39 from 67P/refactor/contributor-management
Use contributors contract to add new contributors
This commit was merged in pull request #39.
This commit is contained in:
@@ -278,7 +278,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);
|
||||
|
||||
Reference in New Issue
Block a user