mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
lnhtlc: remove unused field in log
This commit is contained in:
parent
51466930f2
commit
8d28188d24
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ class HTLCManager:
|
||||||
|
|
||||||
def recv_htlc(self, htlc):
|
def recv_htlc(self, htlc):
|
||||||
htlc_id = htlc.htlc_id
|
htlc_id = htlc.htlc_id
|
||||||
self.log[REMOTE]['htlc_id'] = htlc_id
|
|
||||||
self.log[REMOTE]['adds'][htlc_id] = htlc
|
self.log[REMOTE]['adds'][htlc_id] = htlc
|
||||||
l = self.log[REMOTE]['locked_in'][htlc_id] = {LOCAL: self.log[LOCAL]['ctn']+1, REMOTE: None}
|
l = self.log[REMOTE]['locked_in'][htlc_id] = {LOCAL: self.log[LOCAL]['ctn']+1, REMOTE: None}
|
||||||
self.expect_sig[RECEIVED] = True
|
self.expect_sig[RECEIVED] = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue