From 584170d0332cb096f5dc60d10f24a3bca0cb0637 Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 1 Sep 2017 15:41:53 +0200 Subject: [PATCH] fix resolve function --- src/app/execution/txListener.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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