fix: is boltz wallet

This commit is contained in:
Vlad Stan
2026-03-30 15:32:42 +03:00
parent 811957f5e1
commit 231f6fc01c
3 changed files with 12 additions and 15 deletions
+2 -12
View File
@@ -22,12 +22,7 @@ async def test_create_invoice(from_wallet):
# we cannot know the preimage of the swap yet
funding_source = get_funding_source()
print(
"### funding_source.__class__.__name__",
is_boltz_wallet,
funding_source.__class__.__name__,
)
if not is_boltz_wallet:
if not is_boltz_wallet():
assert payment.preimage
invoice = decode(payment.bolt11)
@@ -49,12 +44,7 @@ async def test_create_internal_invoice(from_wallet):
# we cannot know the preimage of the swap yet
funding_source = get_funding_source()
print(
"### funding_source.__class__.__name__",
is_boltz_wallet,
funding_source.__class__.__name__,
)
if not is_boltz_wallet:
if not is_boltz_wallet():
assert payment.preimage
invoice = decode(payment.bolt11)