Browse Source

style consistency fix

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
f3ad6d5bd0
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      views/includes/transaction-io-details.pug

2
views/includes/transaction-io-details.pug

@ -142,7 +142,7 @@ div(class="row monospace")
else if (vout.scriptPubKey.asm && vout.scriptPubKey.asm.startsWith('OP_RETURN '))
span(class="monospace")
span(class="rounded bg-dark text-light px-2 py-1 mr-2") OP_RETURN:
span(class="rounded bg-dark text-light px-2 py-1 mr-2") OP_RETURN
span(class="text-muted") #{utils.hex2ascii(vout.scriptPubKey.asm.substring("OP_RETURN ".length))}
else

Loading…
Cancel
Save