temp commit

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-06-16 07:44:44 -05:00 committed by Iuri Matias
parent e3e9d2c962
commit a59f49243c

View File

@ -252,7 +252,7 @@ __embarkENS.register = function () {
return new Error("Not available with ENS");
};
__embarkENS.register = function (name, options) {
/*__embarkENS.register = function (name, options) {
const self = this;
if (self.ens === undefined) return;
@ -273,4 +273,4 @@ __embarkENS.register = function (name, options) {
return addr;
}).catch(err => err);
}
}*/