mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
allow retry of pki failed
This commit is contained in:
parent
23d62e8e12
commit
1853afde73
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ enum RoutingError: Int, CaseIterable, Identifiable {
|
|||
case .notAuthorized:
|
||||
return true
|
||||
case .pkiFailed:
|
||||
return false
|
||||
return true
|
||||
case .pkiUnknownPubkey:
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue