diff --git a/errors/v1/msg.proto b/errors/v1/msg.proto index 529f30f..00e9626 100644 --- a/errors/v1/msg.proto +++ b/errors/v1/msg.proto @@ -111,6 +111,7 @@ enum ErrCode { WALLET_IS_NOT_IN_WHITE_LIST = 7031; RECIPIENT_IS_NOT_IN_WHITE_LIST = 7032; MOBILE_NATIONAL_ID_MISS_MATCH = 7033; + NOT_ENOUGH_LOCKED_BALANCE = 7034; // Server errors SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;