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 4a99f61d2c
commit 63a8546151

View File

@ -264,7 +264,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;
@ -285,4 +285,4 @@ __embarkENS.register = function (name, options) {
return addr;
}).catch(err => err);
}
}*/