You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added `test_insufficient_liquidity_for_bolt12_offer`
to verify error handling when there's insufficient liquidity
when calling `pay_for_offer`.
Also updated `fails_creating_invoice_request_without_blinded_reply_path`
and `fails_creating_or_paying_for_offer_without_connected_peers` tests
because after disconnecting peers, channel liquidity drops to 0. So the
expected error should be `InsufficientLiquidity` instead of
`MissingPaths`
0 commit comments