mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 13:21:15 +00:00
chore: remove cd_value from rpc custom data output
This commit is contained in:
@@ -1161,7 +1161,6 @@ class RPC:
|
||||
{
|
||||
"key": data_entry.cd_key,
|
||||
"type": data_entry.cd_type,
|
||||
"cd_value": data_entry.cd_value,
|
||||
"value": CustomDataWrapper._convert_custom_data(data_entry).value,
|
||||
"created_at": data_entry.created_at,
|
||||
"updated_at": data_entry.updated_at,
|
||||
|
||||
Reference in New Issue
Block a user