diff --git a/secant/Features/BackupFlow/RecoveryPhraseValidation.swift b/secant/Features/BackupFlow/RecoveryPhraseValidation.swift index 5477157..ef2831b 100644 --- a/secant/Features/BackupFlow/RecoveryPhraseValidation.swift +++ b/secant/Features/BackupFlow/RecoveryPhraseValidation.swift @@ -52,7 +52,7 @@ extension RecoveryPhraseValidationState { /// - Note: Use this function to create a random validation puzzle for a given phrase. static func random(phrase: RecoveryPhrase) -> Self { let missingIndices = Self.randomIndices() - let missingWordChipKind = phrase.words(fromMissingIndices: missingIndices) + let missingWordChipKind = phrase.words(fromMissingIndices: missingIndices).shuffled() return RecoveryPhraseValidationState( phrase: phrase,