Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1187: docs: fix example in comment of default config

7445f3a39d docs: fix example in comment of default config (Thebora Kompanioni)

Pull request description:

  A small error was introduced while formatting the comments in the default config.
  Should be `thousand` instead of `million` in the comment of `max_cj_fee_rel`.

ACKs for top commit:
  kristapsk:
    utACK 7445f3a39d

Tree-SHA512: 8a01522617da3bb285ddec356362e79bf86d6a43a5f33f0f97892bd832fd7d5eba4e60cac1392558e41ab0831393102aeda04180da0cc6fc0dc036ae1edd925c
master
Kristaps Kaupe 4 years ago
parent
commit
3fb01dfee0
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      jmclient/jmclient/configure.py

2
jmclient/jmclient/configure.py

@ -288,7 +288,7 @@ max_sweep_fee_change = 0.8
# Maximum relative coinjoin fee, in fractions of the coinjoin value
# e.g. if your coinjoin amount is 2 btc (200 million satoshi) and
# max_cj_fee_rel = 0.001 (0.1%), the maximum fee allowed would
# be 0.002 btc (200 million satoshi)
# be 0.002 btc (200 thousand satoshi)
#max_cj_fee_rel = x
# The range of confirmations passed to the `listunspent` bitcoind RPC call

Loading…
Cancel
Save