diff --git a/db/rocksdb.go b/db/rocksdb.go index c399e191..a8de77f9 100644 --- a/db/rocksdb.go +++ b/db/rocksdb.go @@ -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 diff --git a/static/templates/mempool.html b/static/templates/mempool.html index eb8b0da8..0e5abb6d 100644 --- a/static/templates/mempool.html +++ b/static/templates/mempool.html @@ -1,8 +1,8 @@ {{define "specific"}}{{$txs := .MempoolTxids.Mempool}}{{$data := .}} -

Mempool Transactions by first seen time +

Mempool Transactions by time of appearance

-
{{$.MempoolTxids.MempoolSize}} Transactions in mempool
+
{{$.MempoolTxids.MempoolSize}} transactions in mempool
@@ -10,7 +10,7 @@ Transaction - First Seen Time + Time