mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add unknown pubkey
This commit is contained in:
parent
b3301bac7a
commit
c48f96b2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ enum RoutingError: Int, CaseIterable, Identifiable {
|
|||
case .pkiFailed:
|
||||
return Routing.Error.pkiFailed
|
||||
case .pkiUnknownPubkey:
|
||||
return Routing.Error.pkiFailed
|
||||
return Routing.Error.pkiUnknownPubkey
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue