remove command not available in lbcd

This commit is contained in:
Lex Berezhny 2022-04-08 09:59:22 -04:00
parent 16eb50a291
commit 8fb14bf713

View file

@ -679,11 +679,6 @@ class LBCWalletNode:
def get_raw_transaction(self, txid):
return self._cli_cmnd('getrawtransaction', txid, '1')
async def add_time_locked_address(self, height, address):
return json.loads(
await self._cli_cmnd('addtimelockedaddress', str(height), address)
)
class HubProcess(asyncio.SubprocessProtocol):
def __init__(self, ready, stopped):