Skip to content

Commit

Permalink
IOS-3291 Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
tureck1y committed Apr 4, 2023
1 parent 0b87f1a commit e7cd983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TangemSdk/TangemSdk/Operations/GetEntropyCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class GetEntropyCommand: Command {

func performPreCheck(_ card: Card) -> TangemSdkError? {
guard card.firmwareVersion >= .keysImportAvailable else {
return TangemSdkError.walletNotFound
return TangemSdkError.notSupportedFirmwareVersion
}

return nil
Expand Down

0 comments on commit e7cd983

Please sign in to comment.