Skip to content

Commit

Permalink
Missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdelisle committed May 6, 2022
1 parent e1a059c commit 90603ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pktwallet/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 90603ac

Please sign in to comment.