1
0

export channel backup from kivy gui

This commit is contained in:
ThomasV
2020-04-10 19:50:20 +02:00
parent 74517c88ad
commit e50f6d29ed
4 changed files with 30 additions and 11 deletions

View File

@@ -124,6 +124,9 @@ class MockLNWallet(Logger):
if chan.short_channel_id == short_channel_id:
return chan
def channel_state_changed(self, chan):
pass
def save_channel(self, chan):
print("Ignoring channel save")