Skip to content

Commit 3fb01df

Browse files
committed
Merge #1187: docs: fix example in comment of default config
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
2 parents 1e95618 + 7445f3a commit 3fb01df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmclient/jmclient/configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def jm_single():
288288
# Maximum relative coinjoin fee, in fractions of the coinjoin value
289289
# e.g. if your coinjoin amount is 2 btc (200 million satoshi) and
290290
# max_cj_fee_rel = 0.001 (0.1%), the maximum fee allowed would
291-
# be 0.002 btc (200 million satoshi)
291+
# be 0.002 btc (200 thousand satoshi)
292292
#max_cj_fee_rel = x
293293
294294
# The range of confirmations passed to the `listunspent` bitcoind RPC call

0 commit comments

Comments
 (0)