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
Add test for insufficient liquidity in pay_for_offer
Adds the `fails_paying_offer_with_insufficient_liquidity` test to
ensure that the `pay_for_offer` method correctly handles cases
where the liquidity is insufficient. The test verifies that the
method returns the `Bolt12RequestError::InsufficientLiquidity`
error when the requested payment amount exceeds the available
liquidity.
0 commit comments