diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index 88d8ff2..7d6e7f7 100644 --- a/jmclient/jmclient/configure.py +++ b/jmclient/jmclient/configure.py @@ -241,8 +241,8 @@ absurd_fee_per_kb = 350000 # spends from unconfirmed inputs, which may then get malleated or double-spent! # other counterparties are likely to reject unconfirmed inputs... don't do it. -#options: self, random-peer, not-self (note: random-maker is not currently supported). -# self = broadcast transaction with your own ip +# options: self, random-peer, not-self (note: currently, ONLY 'self' works). +# self = broadcast transaction with your bitcoin node's ip # random-peer = everyone who took part in the coinjoin has a chance of broadcasting # not-self = never broadcast with your own ip tx_broadcast = self