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: """