From c2729c0c0cf99597f7527911c1611644b61f4ab8 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sat, 16 Oct 2021 15:01:10 +0300 Subject: [PATCH] fix typo --- 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 b69d00a..d94e499 100644 --- a/jmclient/jmclient/configure.py +++ b/jmclient/jmclient/configure.py @@ -403,7 +403,7 @@ cjfee_r = 0.00002 cjfee_factor = 0.1 # [satoshis, any integer] / the average transaction fee you're adding to coinjoin transactions -txfee_contribuion = 100 +txfee_contribution = 100 # [fraction, 0-1] / variance around the average fee. Ex: 1000 fee, 0.2 var = fee is btw 800-1200 txfee_contribution_factor = 0.3