1
0

(minor) rename chan.sweep_htlc

This commit is contained in:
ThomasV
2020-05-02 11:42:47 +02:00
parent f53a10084d
commit 123b8c1792
2 changed files with 2 additions and 2 deletions

View File

@@ -374,7 +374,7 @@ class LNWalletWatcher(LNWatcher):
if not spender_tx:
keep_watching = True
continue
e_htlc_tx = chan.sweep_htlc(closing_tx, spender_tx)
e_htlc_tx = chan.maybe_sweep_revoked_htlc(closing_tx, spender_tx)
if e_htlc_tx:
spender2 = spenders.get(spender_txid+':0')
if spender2: