Use contributors contract to add new contributors #39
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user