chore: wording update in _rpc_list_custom_data

This commit is contained in:
Axel-CH
2025-03-17 17:45:29 -04:00
parent 87a64cbe68
commit f66d81c4b8

View File

@@ -1176,7 +1176,7 @@ class RPC:
message_details = f"found for Trade ID: {trade_id}." message_details = f"found for Trade ID: {trade_id}."
elif key: elif key:
message_details = f"with key '{key}' found for any open trades." message_details = f"with key '{key}' found for any open trades."
raise RPCException(f"No custom_data {message_details}") raise RPCException(f"No custom-data {message_details}")
return results return results