Dan Janosik
6 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|