add missing module init
This commit is contained in:
parent
a25330ddec
commit
3750fc297b
|
@ -147,6 +147,15 @@ class Engine {
|
|||
});
|
||||
}
|
||||
|
||||
namingSystem(_options) {
|
||||
this.registerModule('ens', {
|
||||
logger: this.logger,
|
||||
events: this.events,
|
||||
web3: this.blockchain.web3,
|
||||
namesConfig: this.config.namesystemConfig
|
||||
});
|
||||
}
|
||||
|
||||
codeRunnerService(_options) {
|
||||
this.codeRunner = new CodeRunner({
|
||||
plugins: this.plugins,
|
||||
|
|
Loading…
Reference in New Issue