fix linting issues

pull/5370/head
Iuri Matias 5 years ago
parent 4224ef5beb
commit c7a923cf6a
  1. 2
      src/app/tabs/runTab/model/blockchain.js

@ -249,7 +249,7 @@ class Blockchain {
return this.executionContext.web3()
}
getTxListener(opts) {
getTxListener (opts) {
const txlistener = new Txlistener(opts, this.executionContext)
return txlistener
}

Loading…
Cancel
Save