electrum

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

commit 8d28188d246e63e5bb734bfdc0cf76d78410f48f
parent 51466930f28e0b1fa547a23a01306f777f5377e0
Author: ThomasV <thomasv@electrum.org>
Date:   Thu,  7 Mar 2019 10:38:19 +0100

lnhtlc: remove unused field in log

Diffstat:
Melectrum/lnhtlc.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/electrum/lnhtlc.py b/electrum/lnhtlc.py @@ -43,7 +43,6 @@ class HTLCManager: def recv_htlc(self, htlc): htlc_id = htlc.htlc_id - self.log[REMOTE]['htlc_id'] = htlc_id self.log[REMOTE]['adds'][htlc_id] = htlc l = self.log[REMOTE]['locked_in'][htlc_id] = {LOCAL: self.log[LOCAL]['ctn']+1, REMOTE: None} self.expect_sig[RECEIVED] = True