From 6d1725717ee0ad060267de8631796c43133548b3 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Thu, 5 Mar 2020 11:04:22 +0100 Subject: [PATCH] Fix typos and texts --- db/rocksdb.go | 2 +- static/templates/mempool.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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