1
0

lnworker: set request status after LN payment

This commit is contained in:
ThomasV
2021-03-09 09:35:43 +01:00
parent a125cd5392
commit ef661050c8
3 changed files with 13 additions and 7 deletions

View File

@@ -182,6 +182,7 @@ class MockLNWallet(Logger, NetworkRetryManager[LNPeerAddr]):
get_payment_info = LNWallet.get_payment_info
save_payment_info = LNWallet.save_payment_info
set_invoice_status = LNWallet.set_invoice_status
set_request_status = LNWallet.set_request_status
set_payment_status = LNWallet.set_payment_status
get_payment_status = LNWallet.get_payment_status
add_received_htlc = LNWallet.add_received_htlc