mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
on_open_channel: rm call to non-existing method on_channels_updated
This commit is contained in:
parent
d3fd87ebd0
commit
065e98ad35
1 changed files with 0 additions and 1 deletions
|
@ -690,7 +690,6 @@ class Peer(Logger):
|
|||
chan.open_with_first_pcp(payload['first_per_commitment_point'], remote_sig)
|
||||
self.lnworker.save_channel(chan)
|
||||
self.lnworker.lnwatcher.add_channel(chan.funding_outpoint.to_str(), chan.get_funding_address())
|
||||
self.lnworker.on_channels_updated()
|
||||
|
||||
def validate_remote_reserve(self, payload_field: bytes, dust_limit: int, funding_sat: int) -> int:
|
||||
remote_reserve_sat = int.from_bytes(payload_field, 'big')
|
||||
|
|
Loading…
Add table
Reference in a new issue