Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix availableForSend fuzz tests (#2440)
These two fuzz tests setup a random set of HTLCs and then try to send or receive the maximum available amount. The initial HTLC setup may fail, if the initial balances are too low. It is hard to set those initial balances to ensure this will always work, but since this will only rarely randomly happen, we should simply ignore it (instead of failing the test).
- Loading branch information