Commit 9ed3b0f4 authored by yann300's avatar yann300

format json stringify

parent 021d8fc1
......@@ -141,7 +141,7 @@ function renderKnownTransaction (self, data) {
gas: data.tx.gas,
hash: data.tx.hash,
input: data.tx.input,
logs: JSON.stringify(data.logs) || '0',
logs: JSON.stringify(data.logs, null, '\t') || '0',
val: data.tx.value
})
tx.appendChild(table)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment