Skip to content

Commit ae9836d

Browse files
committed
desc
1 parent 7b60f27 commit ae9836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ type config struct {
174174
mixedAccount string
175175
mixedBranch uint32
176176
TicketSplitAccount string `long:"ticketsplitaccount" description:"Account to derive fresh addresses from for mixed ticket splits; uses mixedaccount if unset"`
177-
ChangeAccount string `long:"changeaccount" description:"Account used to derive unmixed CoinJoin outputs in CoinShuffle++ protocol"`
177+
ChangeAccount string `long:"changeaccount" description:"Account to send change when ticket autobuying or mixing; required when mixing"`
178178
MixChange bool `long:"mixchange" description:"Use CoinShuffle++ to mix change account outputs into mix account"`
179179
MixSplitLimit int `long:"mixsplitlimit" description:"Maximum concurrent mixes for any change amount"`
180180

0 commit comments

Comments
 (0)