remove command not available in lbcd
This commit is contained in:
parent
16eb50a291
commit
8fb14bf713
1 changed files with 0 additions and 5 deletions
|
@ -679,11 +679,6 @@ class LBCWalletNode:
|
||||||
def get_raw_transaction(self, txid):
|
def get_raw_transaction(self, txid):
|
||||||
return self._cli_cmnd('getrawtransaction', txid, '1')
|
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):
|
class HubProcess(asyncio.SubprocessProtocol):
|
||||||
def __init__(self, ready, stopped):
|
def __init__(self, ready, stopped):
|
||||||
|
|
Loading…
Reference in a new issue