diff --git a/views/transaction.pug b/views/transaction.pug index cd55365..2ef9460 100644 --- a/views/transaction.pug +++ b/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)