Commit 584170d0 authored by yann300's avatar yann300

fix resolve function

parent 74fb1cb4
...@@ -195,7 +195,7 @@ class TxListener { ...@@ -195,7 +195,7 @@ class TxListener {
fn: fn, fn: fn,
params: this._decodeInputParams(inputData.substring(8), getFunction(abi, fn)) params: this._decodeInputParams(inputData.substring(8), getFunction(abi, fn))
} }
return return this._resolvedTransactions[tx.hash]
} }
} }
// fallback function // fallback function
......
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