1
0

fix channel_reestablish

This commit is contained in:
ThomasV
2018-05-29 11:30:38 +02:00
parent 1f6646fa25
commit aafbe74a28
5 changed files with 21 additions and 50 deletions

View File

@@ -120,7 +120,7 @@ class ChannelDB(PrintError):
try:
channel_info = self._id_to_channel_info[short_channel_id]
except KeyError:
print("could not find", short_channel_id)
self.print_error("could not find", short_channel_id)
else:
channel_info.on_channel_update(msg_payload)