mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
follow up 'replace properties with functions'
This commit is contained in:
parent
0e3270a1d6
commit
5bc74772a2
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class Channel(PrintError):
|
|||
self.process_new_offchain_ctx(pending_local_commitment, ours=True)
|
||||
|
||||
def verify_htlc(self, htlc: UpdateAddHtlc, htlc_sigs: Sequence[bytes], we_receive: bool) -> int:
|
||||
_, this_point, _ = self.points
|
||||
_, this_point, _ = self.points()
|
||||
_script, htlc_tx = make_htlc_tx_with_open_channel(chan=self,
|
||||
pcp=this_point,
|
||||
for_us=True,
|
||||
|
|
Loading…
Add table
Reference in a new issue