Browse Source

Merge #370: (doc) Update tx_broadcast explanation

a7cc1e8 Change 'bitcoin core' to 'bitcoin node' (AlexCato)
99c0c70 (doc) Update tx_broadcast explanation (AlexCato)

Tree-SHA512: afff2a0506610df37d82dda4550345179ea90d04a0ee51efbe5fe31ef068bc915f31a2f46759bc884184ac817c277430b8518736eeb96d30456d7b844b9258d3
master
chris-belcher 7 years ago
parent
commit
a3b75a1db8
No known key found for this signature in database
GPG Key ID: EF734EA677F31129
  1. 4
      jmclient/jmclient/configure.py

4
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

Loading…
Cancel
Save