From d668747ca27a26df1ff465d6a9d39264ce104377 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 26 Mar 2026 11:24:18 +0200 Subject: [PATCH] chore: some logs --- tests/regtest/test_services_create_invoice.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/regtest/test_services_create_invoice.py b/tests/regtest/test_services_create_invoice.py index cb47111f3..cc6f86d40 100644 --- a/tests/regtest/test_services_create_invoice.py +++ b/tests/regtest/test_services_create_invoice.py @@ -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