mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 03:41:14 +00:00
chore: Add log_responses to config schema
This commit is contained in:
@@ -1213,6 +1213,11 @@
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"log_responses": {
|
||||
"description": "Log responses from the exchange.Useful/required to debug issues with order processing.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"unknown_fee_rate": {
|
||||
"description": "Fee rate for unknown markets.",
|
||||
"type": "number"
|
||||
|
||||
Reference in New Issue
Block a user