Browse Source

style tweak

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
226b13ae60
  1. 2
      views/transaction.pug

2
views/transaction.pug

@ -157,7 +157,7 @@ block content
- var minerInfo = utils.getMinerFromCoinbaseTx(result.getrawtransaction);
td(class="properties-header") Miner
td
td(class="monospace")
if (minerInfo)
span #{minerInfo.name}
if (minerInfo.identifiedBy)

Loading…
Cancel
Save