1
0

fix unit test (follow-up 78d19c6e2f)

This commit is contained in:
ThomasV
2024-11-23 11:58:29 +01:00
parent 78d19c6e2f
commit 6735ae5ec8

View File

@@ -138,6 +138,10 @@ class MockWallet:
def get_fingerprint(self):
return ''
def get_new_sweep_address_for_channel(self):
# note: sweep is not tested here, only in regtest
return "tb1qqu5newtapamjchgxf0nty6geuykhvwas45q4q4"
class MockLNGossip:
def get_sync_progress_estimate(self):