Merge pull request #2768 from ethcore/jg-basiccoin
Update name of basiccoin manager
This commit is contained in:
commit
b2da168ff2
@ -112,7 +112,7 @@ export function attachInstances () {
|
||||
|
||||
return Promise
|
||||
.all([
|
||||
registry.getAddress.call({}, [api.util.sha3('playbasiccoinmgr'), 'A']),
|
||||
registry.getAddress.call({}, [api.util.sha3('basiccoinmgr'), 'A']),
|
||||
registry.getAddress.call({}, [api.util.sha3('basiccoinreg'), 'A']),
|
||||
registry.getAddress.call({}, [api.util.sha3('tokenreg'), 'A'])
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user