mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
remove unused method
This commit is contained in:
parent
309331a936
commit
6c901b3e9a
1 changed files with 0 additions and 7 deletions
|
@ -84,13 +84,6 @@ class LNChanCloseHandler(PrintError):
|
|||
self.watched_addresses.add(addr)
|
||||
self.wallet.synchronizer.add(addr)
|
||||
|
||||
# TODO: de-duplicate?
|
||||
def parse_response(self, response):
|
||||
if response.get('error'):
|
||||
self.print_error("response error:", response)
|
||||
return None, None
|
||||
return response['params'], response['result']
|
||||
|
||||
def check_onchain_situation(self):
|
||||
funding_outpoint = self.chan.funding_outpoint
|
||||
ctx_candidate_txid = self.wallet.spent_outpoints[funding_outpoint.txid].get(funding_outpoint.output_index)
|
||||
|
|
Loading…
Add table
Reference in a new issue