fix section for currency session

This commit is contained in:
etreschenkov 2025-07-04 18:19:42 +03:00
parent d812faf77a
commit fb2f9983b5

View file

@ -74,7 +74,7 @@ public class CurrencySessionStateMachineConfig extends EnumStateMachineConfigure
);
private final Guard<TaskType, SsnEvent> reviseSuccessGuard = guardCheckCtxForFlag(DataEnum.againReviseSuccess);
private final SessionType SESSION_TYPE = SessionType.CURR;
private final Section SECTION = Section.CURR;
private final Section SECTION = Section.MKR;
public CurrencySessionStateMachineConfig(ImdgProvider imdgProvider,
Sdf56Action sendSdf56Action,