Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion eclair-core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ eclair {
}

dust-limit-satoshis = 546
max-remote-dust-limit-satoshis = 600
// Starting with anchor outputs channels, the on-chain feerate is not taken into account when trimming outputs.
// We must thus use a high enough dust limit to ensure that the outputs can economically be spent on-chain.
max-remote-dust-limit-satoshis = 10000
htlc-minimum-msat = 1
// The following parameters apply to each HTLC direction (incoming or outgoing), which means that the maximum amount in flight will be at most twice what is set here.
// Note that our peer may use a lower value than ours, which would reduce the maximum amount in flight.
Expand Down