stake_amount is a string, not a number in botstate

This commit is contained in:
Matthias 2022-02-15 19:37:33 +01:00
parent 65f199656f
commit 2811182869

View File

@ -118,7 +118,7 @@ export interface BotState {
forcebuy_enabled: boolean;
max_open_trades: number;
minimal_roi: object;
stake_amount: number;
stake_amount: string;
stake_currency: string;
stake_currency_decimals?: number;
available_balance?: number;