diff --git a/src/app/execution/txListener.js b/src/app/execution/txListener.js index 60607346a8..fe11b8e27a 100644 --- a/src/app/execution/txListener.js +++ b/src/app/execution/txListener.js @@ -195,7 +195,7 @@ class TxListener { fn: fn, params: this._decodeInputParams(inputData.substring(8), getFunction(abi, fn)) } - return + return this._resolvedTransactions[tx.hash] } } // fallback function