Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Sep 12, 2024
1 parent 81d55be commit 6239cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingest/src/server_mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ where
.verify_public_key(event.carrier_mapping_key.as_ref())
.and_then(|public_key| self.verify_network(public_key))
.and_then(|public_key| self.verify_signature(public_key, event.clone()))?;

// todo: make this work as part of combinators above ?
self.verify_known_carrier_key(verified_pubkey).await?;

Expand Down

0 comments on commit 6239cfc

Please sign in to comment.