change stop command from daemon_stop to just stop lbrynet

This commit is contained in:
Lex Berezhny 2018-07-26 21:50:55 -04:00 committed by Jack Robison
parent 18ecbba87c
commit d54d989c40
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -1069,7 +1069,7 @@ class Daemon(AuthJSONRPCServer):
defer.returnValue(response)
@defer.inlineCallbacks
def jsonrpc_daemon_stop(self):
def jsonrpc_stop(self):
"""
Stop lbrynet-daemon