Skip to content

Commit 53446fc

Browse files
committed
itest: remove liquidity edge case for invoice below min routable amt
1 parent c0a9c7c commit 53446fc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

itest/litd_custom_channels_test.go

-12
Original file line numberDiff line numberDiff line change
@@ -1972,18 +1972,6 @@ func testCustomChannelsLiquidityEdgeCases(ctx context.Context,
19721972
logBalance(t.t, nodes, assetID, "after big asset payment (asset "+
19731973
"invoice, multi-hop)")
19741974

1975-
// Edge case: Now Charlie creates a tiny asset invoice to be paid for by
1976-
// Yara with satoshi. This is a multi-hop payment going over 2 asset
1977-
// channels, where the total asset value is less than the default anchor
1978-
// amount of 354 sats.
1979-
createAssetInvoice(t.t, dave, charlie, 1, assetID, withInvoiceErrSubStr(
1980-
"cannot create invoice over 1 asset units, as the minimal "+
1981-
"transportable amount",
1982-
))
1983-
1984-
logBalance(t.t, nodes, assetID, "after small payment (asset "+
1985-
"invoice, <354sats)")
1986-
19871975
// Edge case: We now create a small BTC invoice on Erin and ask Charlie
19881976
// to pay it with assets. We should get a payment failure as the amount
19891977
// is too small to be paid with assets economically. But a payment is

0 commit comments

Comments
 (0)