Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct default value when comparing to
htlc_maximum_msat
62f8669 added two `htlc_maximum_msat.unwrap_or`s, but used a default value of 0, spuriously causing all HTLCs to fail if we don't have an htlc maximum value. This should be mostly harmless, but we should fix it anyway.
- Loading branch information