Skip to content

Commit

Permalink
config: Explain --mixing more thoroughly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Oct 15, 2024
1 parent 4620f9d commit 87aa050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ type config struct {
IssueClientCert bool `long:"issueclientcert" description:"Notify a client cert and key over the TX pipe for RPC authentication"`

// CSPP
MixingEnabled bool `long:"mixing" description:"Enable mixing support"`
MixingEnabled bool `long:"mixing" description:"Enable creation of mixed transactions and participation in the peer-to-peer mixing network"`
CSPPSolver *cfgutil.ExplicitString `long:"csppsolver" description:"Path to CSPP solver executable (if not in PATH)"`
MixedAccount string `long:"mixedaccount" description:"Account/branch used to derive CoinShuffle++ mixed outputs and voting rewards"`
mixedAccount string
Expand Down

0 comments on commit 87aa050

Please sign in to comment.