add missing space

This commit is contained in:
Iuri Matias 2018-09-21 18:16:47 -04:00
parent 78814dc9d6
commit cafe472727
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ class ENS {
if (this.registration && this.registration.rootDomain) {
// 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);
config.default.contracts['FIFSRegistrar'] = {
"deploy": true,