From aa8162bbca63509a849fd0c08136ba2012019059 Mon Sep 17 00:00:00 2001 From: creslin <34645187+creslinux@users.noreply.github.com> Date: Sat, 9 Jun 2018 09:49:44 +0000 Subject: [PATCH] Update common_client.py --- freqtrade/clients/common_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/clients/common_client.py b/freqtrade/clients/common_client.py index c7591abb4..418637b0f 100644 --- a/freqtrade/clients/common_client.py +++ b/freqtrade/clients/common_client.py @@ -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: """