Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2431 from ethcore/jg-signaturereg-hardcode
Browse files Browse the repository at this point in the history
signaturereg registered, remove hardcoding
  • Loading branch information
jacogr authored Oct 1, 2016
2 parents b4fa454 + 7774b7f commit c4372f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/src/contracts/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ export default class Registry {
const name = _name.toLowerCase();

return this.getInstance().then((instance) => {
if (name === 'signaturereg') {
return '0x15fF40Ceb6092b8EBeD4046E2d4c54e5e4cae458';
}
return instance.getAddress.call({}, [this._api.util.sha3(name), 'A']);
});
}
Expand Down

0 comments on commit c4372f5

Please sign in to comment.