mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-25 07:07:24 +01:00
We were allowing users to set htlc-minimum-msat to 0, which directly contradicts the fact that we must never send an HTLC for 0 msat. We now explicitly disallow that behavior: the minimum is 1 msat. In case the remote side of a channel had set its htlc-minimum-msat to 0, we would forward HTLC with a value of 0 msat if a sender crafted such a payment. The spec disallows that, so we now explicitly check for that lower bound. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |