Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-30 16:34:00 +05:00
parent 0ab1c7507a
commit d14a5cb87a
13 changed files with 255 additions and 100 deletions

View file

@ -78,7 +78,7 @@ internal class StakingStateController @Inject constructor(
cryptoCurrencyBlockchainId = "",
currentStep = StakingStep.InitialInfo,
initialInfoState = StakingStates.InitialInfoState.Empty(),
amountState = AmountState.Empty(),
amountState = AmountState.Empty(isRedesignEnabled = false),
validatorState = StakingStates.ValidatorState.Empty(),
rewardsValidatorsState = StakingStates.RewardsValidatorsState.Empty(),
confirmationState = StakingStates.ConfirmationState.Empty(),