Browse Source

docs: fix example in comment of default config

master
Thebora Kompanioni 4 years ago committed by GitHub
parent
commit
7445f3a39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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