joinmarket: remove deleted option txfee

This commit is contained in:
Erik Arvstedt 2024-07-27 19:52:49 +02:00
parent 7dad87527f
commit 5694408d3a
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 11 additions and 10 deletions

View file

@ -135,7 +135,6 @@ let
ordertype = "absoffer";
cjfee_a = 300;
cjfee_r = 0.00003;
txfee = 200;
};
tests.nodeinfo = config.nix-bitcoin.nodeinfo.enable;