removed test code from wallet server daemon.py
This commit is contained in:
parent
5e97215eaa
commit
e5edaed677
1 changed files with 0 additions and 5 deletions
|
@ -53,8 +53,3 @@ class LBCDaemon(Daemon):
|
||||||
async def claimname(self, name, hexvalue, amount):
|
async def claimname(self, name, hexvalue, amount):
|
||||||
'''Claim a name, used for functional tests only.'''
|
'''Claim a name, used for functional tests only.'''
|
||||||
return await self._send_single('claimname', (name, hexvalue, float(amount)))
|
return await self._send_single('claimname', (name, hexvalue, float(amount)))
|
||||||
|
|
||||||
@handles_errors
|
|
||||||
async def generate(self, number_of_blocks):
|
|
||||||
'''Generates regtest blocks, used for functional tests only.'''
|
|
||||||
return await self._send_single('generate', (int(number_of_blocks),))
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue