Add api_version to botresponse

This commit is contained in:
Matthias
2021-11-23 07:06:53 +01:00
parent 0d082f7b17
commit b8cefd687e
3 changed files with 11 additions and 1 deletions

View File

@@ -144,6 +144,7 @@ class OrderTypes(BaseModel):
class ShowConfig(BaseModel):
version: str
api_version: float
dry_run: bool
stake_currency: str
stake_amount: Union[float, str]