chore: logs

This commit is contained in:
Vlad Stan
2026-03-26 11:32:02 +02:00
parent d668747ca2
commit 3e1f75c4cc
2 changed files with 11 additions and 2 deletions
+10 -2
View File
@@ -22,7 +22,11 @@ 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__", funding_source.__class__.__name__)
print(
"### funding_source.__class__.__name__",
is_boltz_wallet,
funding_source.__class__.__name__,
)
if not is_boltz_wallet:
assert payment.preimage
@@ -45,7 +49,11 @@ 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__", funding_source.__class__.__name__)
print(
"### funding_source.__class__.__name__",
is_boltz_wallet,
funding_source.__class__.__name__,
)
if not is_boltz_wallet:
assert payment.preimage