tfollow-up prev commit - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 796f199a5b501c2bbcc69bd89147484455f3c157 DIR parent a6469904ee422dd9e65e160b2abc0976a5ef1894 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 21 Mar 2019 15:20:18 +0100 follow-up prev commit Diffstat: M electrum/lnpeer.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/electrum/lnpeer.py b/electrum/lnpeer.py t@@ -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)