From 7445f3a39d67ad3c3640d6c68938fb7100754164 Mon Sep 17 00:00:00 2001 From: Thebora Kompanioni Date: Thu, 17 Feb 2022 13:54:19 +0100 Subject: [PATCH] docs: fix example in comment of default config --- jmclient/jmclient/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index 0639cae..dc8849d 100644 --- a/jmclient/jmclient/configure.py +++ b/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