chore: some logs

This commit is contained in:
Vlad Stan
2026-03-30 15:32:42 +03:00
parent 78b8f7f16e
commit c63a53cb14
@@ -21,6 +21,8 @@ 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__)
if not is_boltz_wallet:
assert payment.preimage
@@ -42,6 +44,8 @@ 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__)
if not is_boltz_wallet:
assert payment.preimage