From 9c1e8e5cd3efc695552f7f8d58266251892851d0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 3 Oct 2018 12:11:44 -0400 Subject: [PATCH] add todo for later --- src/app/debugger/debuggerUI.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/debugger/debuggerUI.js b/src/app/debugger/debuggerUI.js index f602ea7bda..3940b83adb 100644 --- a/src/app/debugger/debuggerUI.js +++ b/src/app/debugger/debuggerUI.js @@ -163,6 +163,8 @@ class DebuggerUI { return } + // TODO: move this to a param to .debug() + // still here because tx is being reffered in children this.tx = tx this.transactionDebugger.debug(this)