Update common_client.py

This commit is contained in:
creslin 2018-06-09 09:49:44 +00:00 committed by GitHub
parent 631df64c68
commit aa8162bbca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ class CLIENT(object):
def server_trade_status(self) -> Tuple[bool, Any]:
"""
Below follows the CLIENT backend it is prefixed with rpc_ to raise awareness that it is
Below follows the CLIENT backend it is prefixed with server_ to raise awareness that it is
a remotely exposed function
:return:
"""