Add remove wallet authentication reason

This commit is contained in:
Ivan Grachev 2022-05-07 17:52:16 +03:00
parent eeeea794b4
commit 5f36d137c5

View File

@ -3,7 +3,7 @@
enum AuthenticationReason {
case start
case sendTransaction
case removeAccount
case removeWallet
case showPrivateKey
case showSecretWords
case signMessage
@ -17,8 +17,8 @@ enum AuthenticationReason {
return Strings.start
case .sendTransaction:
return Strings.sendTransaction
case .removeAccount:
return Strings.removeAccount
case .removeWallet:
return Strings.removeWallet
case .showPrivateKey:
return Strings.showPrivateKey
case .showSecretWords: