ElementsProject / ElementsProject/lightning
Tighten Channel Constraints for the remote Peer.
Open
- Dominant language
- C
- Stars
- 3.1k
- Forks
- 1k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 13
Description
Currently CLN sets the following constraints (no constraints) for the remote Peer independent of the channel capacity.
HtlcMinimum=(hex=0),MaxValueInFLight=(hex=ffffffffffffffff)
Expected behaviour:
Reduce the default for MaxValueInFLight= Capacity - Reserve
and maybe Increase the HtlcMinimum= 1 (msat) ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.