fix unit test (follow-up 78d19c6e2f)
This commit is contained in:
@@ -138,6 +138,10 @@ class MockWallet:
|
|||||||
def get_fingerprint(self):
|
def get_fingerprint(self):
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
def get_new_sweep_address_for_channel(self):
|
||||||
|
# note: sweep is not tested here, only in regtest
|
||||||
|
return "tb1qqu5newtapamjchgxf0nty6geuykhvwas45q4q4"
|
||||||
|
|
||||||
|
|
||||||
class MockLNGossip:
|
class MockLNGossip:
|
||||||
def get_sync_progress_estimate(self):
|
def get_sync_progress_estimate(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user