Skip to content

Commit

Permalink
retry on unknown pub key
Browse files Browse the repository at this point in the history
  • Loading branch information
garthvh committed Sep 19, 2024
1 parent 470f343 commit 82e75ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meshtastic/Enums/RoutingError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ enum RoutingError: Int, CaseIterable, Identifiable {
case .pkiFailed:
return true
case .pkiUnknownPubkey:
return false
return true
}
}
func protoEnumValue() -> Routing.Error {
Expand Down

0 comments on commit 82e75ac

Please sign in to comment.