From 87aa050a60f6f0b546b906961b837a831394eba8 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Tue, 15 Oct 2024 12:33:12 +0100 Subject: [PATCH] config: Explain --mixing more thoroughly. --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 6ee4dd1c0..7faa5bcc3 100644 --- a/config.go +++ b/config.go @@ -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