Browse Source

Change 'bitcoin core' to 'bitcoin node'

Compatible bitcoin node implementations might be used as well, so it's not necessarily bitcoin core.
master
AlexCato 7 years ago committed by GitHub
parent
commit
a7cc1e86b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jmclient/jmclient/configure.py

2
jmclient/jmclient/configure.py

@ -242,7 +242,7 @@ absurd_fee_per_kb = 350000
# other counterparties are likely to reject unconfirmed inputs... don't do it. # other counterparties are likely to reject unconfirmed inputs... don't do it.
# options: self, random-peer, not-self (note: currently, ONLY 'self' works). # options: self, random-peer, not-self (note: currently, ONLY 'self' works).
# self = broadcast transaction with your bitcoin core's ip # self = broadcast transaction with your bitcoin node's ip
# random-peer = everyone who took part in the coinjoin has a chance of broadcasting # random-peer = everyone who took part in the coinjoin has a chance of broadcasting
# not-self = never broadcast with your own ip # not-self = never broadcast with your own ip
tx_broadcast = self tx_broadcast = self

Loading…
Cancel
Save