diff --git a/public/views/block_list.html b/public/views/block_list.html index 9b8f366..b88dfdf 100644 --- a/public/views/block_list.html +++ b/public/views/block_list.html @@ -33,19 +33,17 @@ Timestamp Transactions Size - Confirmations - Waiting for blocks... + Waiting for blocks... {{b.height}} {{b.time * 1000 | date:'medium'}} {{b.tx.length}} {{b.size}} - {{b.confirmations}} diff --git a/public/views/index.html b/public/views/index.html index 6e1bc70..c2420a3 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -14,11 +14,10 @@ Age Transactions Size - Confirmations - Waiting for blocks... + Waiting for blocks... {{b.height}} @@ -26,7 +25,6 @@ {{humanSince(b.time)}} {{b.tx.length}} {{b.size}} - {{b.confirmations}}