Browse Source

follow-up prev commit

regtest_lnd
ThomasV 6 years ago
committed by SomberNight
parent
commit
64f7cc9b6e
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/lnpeer.py

1
electrum/lnpeer.py

@ -860,6 +860,7 @@ class Peer(PrintError):
if offset:
channel_update = (258).to_bytes(length=2, byteorder="big") + data[offset:]
message_type, payload = decode_msg(channel_update)
payload['raw'] = channel_update
try:
self.print_error("trying to apply channel update on our db", payload)
self.channel_db.on_channel_update(payload)

Loading…
Cancel
Save