From 61e096b3f91bd30bf70df2c779f68b76defc8fbd Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Mon, 6 May 2019 08:38:12 +0200 Subject: [PATCH] Fix computefeestats flag typo --- blockbook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockbook.go b/blockbook.go index fd2ebf55..ccf7307f 100644 --- a/blockbook.go +++ b/blockbook.go @@ -69,7 +69,7 @@ var ( noTxCache = flag.Bool("notxcache", false, "disable tx cache") computeColumnStats = flag.Bool("computedbstats", false, "compute column stats and exit") - computeFeeStatsFlag = flag.Bool("computedfeestats", false, "compute fee stats for blocks in blockheight-blockuntil range and exit") + computeFeeStatsFlag = flag.Bool("computefeestats", false, "compute fee stats for blocks in blockheight-blockuntil range and exit") dbStatsPeriodHours = flag.Int("dbstatsperiod", 24, "period of db stats collection in hours, 0 disables stats collection") // resync index at least each resyncIndexPeriodMs (could be more often if invoked by message from ZeroMQ)