diff --git a/src/app/execution/txLogger.js b/src/app/execution/txLogger.js index 356dafe825..0a2afc51cd 100644 --- a/src/app/execution/txLogger.js +++ b/src/app/execution/txLogger.js @@ -370,6 +370,7 @@ function txDetails (e, tx, data, obj) { log.removeChild(arrow) log.appendChild(arrowUp) table = createTable({ + hash: data.tx.transactionHash, status: data.tx.status, isCall: data.tx.isCall, contractAddress: data.tx.contractAddress, @@ -405,9 +406,19 @@ function createTable (opts) { `) } + var transactionHash = yo` +