fix BalanceError

This commit is contained in:
etreschenkov 2023-01-13 16:47:57 +03:00
parent a58ef60c99
commit 565ea49cdb

View file

@ -7,7 +7,7 @@ public enum BalanceError implements IEnumId {
CurrencyNotFound(5213L),
CurrentDateOnly(5214L),
WrongMarket(5215L),
WrongAccount(5215L),
WrongAccount(5216L),
AccountNotPresent(5217L),
AccountNotActive(5218L),
BalanceNotEnough(5222L),