Commit 194d7e65 authored by yann300's avatar yann300

add start to listen on last block

parent ef105746
...@@ -113,6 +113,7 @@ class App { ...@@ -113,6 +113,7 @@ class App {
var fileStorage = new Storage('sol:') var fileStorage = new Storage('sol:')
self._api.config = new Config(fileStorage) self._api.config = new Config(fileStorage)
executionContext.init(self._api.config) executionContext.init(self._api.config)
executionContext.listenOnLastBlock()
self._api.filesProviders = {} self._api.filesProviders = {}
self._api.filesProviders['browser'] = new Browserfiles(fileStorage) self._api.filesProviders['browser'] = new Browserfiles(fileStorage)
var remixd = new Remixd() var remixd = new Remixd()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment