Skip to content

Commit

Permalink
sample config: add no-anchors and max-commit-fee-rate-anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
halseth committed Dec 15, 2020
1 parent 0fd76e5 commit 99bbd99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sample-lnd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@
; values are within [0.1, 1]. (default: 0.5)
; max-channel-fee-allocation=0.9

; The maximum fee rate in sat/vbyte that will be used for commitments of
; channels of the anchors type. Must be large enough to ensure transaction
; propagation (default: 10)
; max-commit-fee-rate-anchors=5

; If true, lnd will abort committing a migration if it would otherwise have been
; successful. This leaves the database unmodified, and still compatible with the
; previously active version of lnd.
Expand Down

1 comment on commit 99bbd99

@federicociro
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent and much needed just now.

Please sign in to comment.