Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed May 6, 2024
1 parent 0e0eeea commit e4d9c5d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions ingest/src/server_mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,7 @@ impl poc_mobile::PocMobile for GrpcServer {
let cbsd_id = event.cbsd_id.clone();
let threshold_timestamp = event.threshold_timestamp;

custom_tracing::record(
"pub_key",
pub_key_to_b58(&hotspot_pubkey),
);
custom_tracing::record("pub_key", pub_key_to_b58(&hotspot_pubkey));

let report = self
.verify_public_key(event.carrier_pub_key.as_ref())
Expand Down Expand Up @@ -290,10 +287,7 @@ impl poc_mobile::PocMobile for GrpcServer {
let cbsd_id = event.cbsd_id.clone();
let invalidated_timestamp = event.timestamp;

custom_tracing::record(
"pub_key",
pub_key_to_b58(&hotspot_pubkey),
);
custom_tracing::record("pub_key", pub_key_to_b58(&hotspot_pubkey));

let report = self
.verify_public_key(event.carrier_pub_key.as_ref())
Expand Down

0 comments on commit e4d9c5d

Please sign in to comment.