Commit 4efd1804 authored by Iuri Matias's avatar Iuri Matias

fix linting issues

parent 222e698e
...@@ -249,7 +249,7 @@ class Blockchain { ...@@ -249,7 +249,7 @@ class Blockchain {
return this.executionContext.web3() return this.executionContext.web3()
} }
getTxListener(opts) { getTxListener (opts) {
const txlistener = new Txlistener(opts, this.executionContext) const txlistener = new Txlistener(opts, this.executionContext)
return txlistener return txlistener
} }
......
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