1
0

test_lnpeer: add mock get_invoice method

This commit is contained in:
ThomasV
2025-06-02 16:27:24 +02:00
parent fc4f995668
commit c13932452a

View File

@@ -124,6 +124,9 @@ class MockWallet:
receive_requests = {}
adb = MockADB()
def get_invoice(self, key):
pass
def get_request(self, key):
pass