mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-10 14:16:47 +00:00
put register function in another module that can be used by embark and embark js
This commit is contained in:
parent
64ed4fbe9a
commit
3dadef752f
@ -238,7 +238,6 @@ __embarkENS.lookup = function (address, callback) {
|
||||
};
|
||||
|
||||
__embarkENS.registerSubDomain = function (name, address, callback) {
|
||||
const self = this;
|
||||
callback = callback || function () {};
|
||||
|
||||
if (this.env !== 'development' && this.env !== 'privatenet') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user