Fix typos and texts

pull/374/head
Martin Boehm 2020-03-05 11:04:22 +01:00
parent 836568b716
commit 6d1725717e
2 changed files with 4 additions and 4 deletions

View File

@ -824,7 +824,7 @@ func (d *RocksDB) processAddressesBitcoinType(block *bchain.Block, addresses add
}
// addToAddressesMap maintains mapping between addresses and transactions in one block
// the method assumes that outpus in the block are processed before the inputs
// the method assumes that outputs in the block are processed before the inputs
// the return value is true if the tx was processed before, to not to count the tx multiple times
func addToAddressesMap(addresses addressesMap, strAddrDesc string, btxID []byte, index int32) bool {
// check that the address was already processed in this block

View File

@ -1,8 +1,8 @@
{{define "specific"}}{{$txs := .MempoolTxids.Mempool}}{{$data := .}}
<h1>Mempool Transactions <small class="text-muted">by first seen time</small>
<h1>Mempool Transactions <small class="text-muted">by time of appearance</small>
</h1>
<div class="row h-container">
<h5 class="col-md-6 col-sm-12">{{$.MempoolTxids.MempoolSize}} Transactions in mempool</h5>
<h5 class="col-md-6 col-sm-12">{{$.MempoolTxids.MempoolSize}} transactions in mempool</h5>
<nav class="col-md-6 col-sm-12">{{template "paging" $data }}</nav>
</div>
<div class="data-div">
@ -10,7 +10,7 @@
<thead>
<tr>
<th style="width: 70%;">Transaction</th>
<th style="width: 30%;">First Seen Time</span></th>
<th style="width: 30%;">Time</th>
</tr>
</thead>
<tbody>