Browse Source

Set default tx_broadcast = random-peer

This method is slightly more private with no other downsides
master
chris-belcher 5 years ago
parent
commit
a1e9d8bbc0
No known key found for this signature in database
GPG Key ID: EF734EA677F31129
  1. 2
      jmclient/jmclient/configure.py

2
jmclient/jmclient/configure.py

@ -273,7 +273,7 @@ max_sweep_fee_change = 0.8
# or terminal) via some other channel. It is not recommended to choose this # or terminal) via some other channel. It is not recommended to choose this
# option when running schedules/tumbler. # option when running schedules/tumbler.
tx_broadcast = self tx_broadcast = random-peer
# If makers do not respond while creating a coinjoin transaction, # If makers do not respond while creating a coinjoin transaction,
# the non-responding ones will be ignored. This is the minimum # the non-responding ones will be ignored. This is the minimum

Loading…
Cancel
Save