format json stringify

pull/1/head
yann300 7 years ago
parent 021d8fc182
commit 9ed3b0f412
  1. 2
      src/app/execution/txLogger.js

@ -141,7 +141,7 @@ function renderKnownTransaction (self, data) {
gas: data.tx.gas, gas: data.tx.gas,
hash: data.tx.hash, hash: data.tx.hash,
input: data.tx.input, input: data.tx.input,
logs: JSON.stringify(data.logs) || '0', logs: JSON.stringify(data.logs, null, '\t') || '0',
val: data.tx.value val: data.tx.value
}) })
tx.appendChild(table) tx.appendChild(table)

Loading…
Cancel
Save