electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 796f199a5b501c2bbcc69bd89147484455f3c157
parent a6469904ee422dd9e65e160b2abc0976a5ef1894
Author: ThomasV <thomasv@electrum.org>
Date:   Thu, 21 Mar 2019 15:20:18 +0100

follow-up prev commit

Diffstat:
Melectrum/lnpeer.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/electrum/lnpeer.py b/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)