mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +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):
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue