unknown method error
This commit is contained in:
parent
4488dafeda
commit
718c1f7d11
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ class LBRYElectrumX(asyncio.Protocol):
|
|||
elif method == 'blockchain.relayfee':
|
||||
coro = self.relayfee
|
||||
else:
|
||||
raise ValueError
|
||||
raise RPCError(JSONRPC.METHOD_NOT_FOUND, f'unknown method "{method}"')
|
||||
else:
|
||||
raise ValueError
|
||||
if isinstance(request.args, dict):
|
||||
|
|
Loading…
Reference in a new issue