1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 06:47:46 +01:00
eclair/eclair-core
Bastien Teinturier 6e381d4004
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).
2022-09-29 13:11:51 +02:00
..
src Fix availableForSend fuzz tests (#2440) 2022-09-29 13:11:51 +02:00
eclair-cli Dual funding RBF support (#2275) 2022-08-22 14:37:48 +02:00
pom.xml Update sqlite to 3.39.2.0 (#2369) 2022-08-09 14:31:03 +02:00