Skip to content

Commit

Permalink
Merge #1187: docs: fix example in comment of default config
Browse files Browse the repository at this point in the history
7445f3a 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 7445f3a

Tree-SHA512: 8a01522617da3bb285ddec356362e79bf86d6a43a5f33f0f97892bd832fd7d5eba4e60cac1392558e41ab0831393102aeda04180da0cc6fc0dc036ae1edd925c
  • Loading branch information
kristapsk committed Feb 17, 2022
2 parents 1e95618 + 7445f3a commit 3fb01df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmclient/jmclient/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def jm_single():
# 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
Expand Down

0 comments on commit 3fb01df

Please sign in to comment.