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

@ -102,13 +102,6 @@ let
Variance around the average cj fee.
'';
};
txfee = mkOption {
type = types.ints.unsigned;
default = 100;
description = ''
The average transaction fee you're adding to coinjoin transactions.
'';
};
txfee_contribution_factor = mkOption {
type = types.float;
default = 0.3;