joinmarket: remove deleted option txfee
This commit is contained in:
parent
7dad87527f
commit
5694408d3a
4 changed files with 11 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue