feat: preimages for incoming payments, fundingsource saves preimage on create_invoice (#3085)

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
dni ⚡ 2025-04-30 11:03:19 +02:00 committed by GitHub
parent f8b3644029
commit c4d0540e76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 183 additions and 106 deletions

View file

@ -19,6 +19,7 @@ async def test_services_pay_invoice(to_wallet, real_invoice):
assert payment
assert payment.status == PaymentState.SUCCESS
assert payment.memo == description
assert payment.preimage
@pytest.mark.anyio