Browse Source

cosmetic

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
b888f9abb1
  1. 2
      views/includes/transaction-io-details.pug

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

@ -43,7 +43,7 @@ div(class="row")
else
span(class="text-danger") Unable to decode input
a(data-toggle="popover", title=JSON.stringify(txInput))
i(class="fas fa-plus-square")
i(class="fas fa-plus-circle")
td(class=(txInputIndex == 0 ? "border-top-0" : false), class="pl-0 text-right")
if (vout && vout.value)

Loading…
Cancel
Save