Browse Source
consistency fix for tx-list display
fix-133-memory-crash
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/unconfirmed-transactions.pug
|
|
@ -24,7 +24,7 @@ block content |
|
|
|
|
|
|
|
div(class="card-body") |
|
|
|
each tx, txIndex in mempoolDetails.transactions |
|
|
|
div(class="xcard mb-3") |
|
|
|
div(class="xcard mb-4 bg-light rounded shadow-sm") |
|
|
|
div(class="card-header monospace") |
|
|
|
if (tx && tx.txid) |
|
|
|
strong ##{(txIndex + offset).toLocaleString()} |
|
|
|