From 90603ac41450612925105f59c1f9200aa960a63c Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Fri, 6 May 2022 04:43:53 +0200 Subject: [PATCH] Missing quote --- pktwallet/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pktwallet/config.go b/pktwallet/config.go index c313b2d5..2cdd88a2 100644 --- a/pktwallet/config.go +++ b/pktwallet/config.go @@ -67,7 +67,7 @@ type config struct { LogDir string `long:"logdir" description:"Directory to log output."` StatsViz string `long:"statsviz" description:"Enable StatsViz runtime visualization on given port -- NOTE port must be between 1024 and 65535"` Profile string `long:"profile" description:"Enable HTTP profiling on given port -- NOTE port must be between 1024 and 65535"` - IgnoreMined bool `long:"ignoremined description:"Ignore payments from coinbases (newly mined coins)"` + IgnoreMined bool `long:"ignoremined" description:"Ignore payments from coinbases (newly mined coins)"` // Wallet options WalletPass string `long:"walletpass" default-mask:"-" description:"The public wallet password -- Only required if the wallet was created with one"`