add missing space

This commit is contained in:
Iuri Matias 2018-09-21 18:16:47 -04:00
parent 78814dc9d6
commit cafe472727

View File

@ -286,7 +286,7 @@ class ENS {
if (this.registration && this.registration.rootDomain) { if (this.registration && this.registration.rootDomain) {
// Register root domain if it is defined // Register root domain if it is defined
if (this.isDev || this.env === 'privatenet' || this.env ==='development') { if (this.isDev || this.env === 'privatenet' || this.env === 'development') {
const rootNode = namehash.hash(this.registration.rootDomain); const rootNode = namehash.hash(this.registration.rootDomain);
config.default.contracts['FIFSRegistrar'] = { config.default.contracts['FIFSRegistrar'] = {
"deploy": true, "deploy": true,