mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
follow-up previous commit
This commit is contained in:
parent
cf6519ee0e
commit
c654856cef
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ class Peer(PrintError):
|
|||
m.remote_state = m.remote_state._replace(ctn=0)
|
||||
m.local_state = m.local_state._replace(ctn=0, current_commitment_signature=remote_sig)
|
||||
self.lnworker.save_channel(m)
|
||||
self.lnwatcher.watch_channel(m.get_funding_address(), m.funding_outpoint.to_str(), partial(self.lnworker.on_channel_utxos, m))
|
||||
self.lnwatcher.watch_channel(m.get_funding_address(), m.funding_outpoint.to_str())
|
||||
self.lnworker.on_channels_updated()
|
||||
while True:
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue