Skip to content

Commit

Permalink
Update ingest/src/server_mobile.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Grunewald <jeff.grunewald@gmail.com>
  • Loading branch information
macpie and jeffgrunewald authored May 6, 2024
1 parent 3518aaa commit 1922791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/src/server_mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ impl poc_mobile::PocMobile for GrpcServer {

custom_tracing::record(
"pub_key",
bs58::encode(hotspot_pubkey.clone()).into_string(),
pub_key_to_b58(&hotspot_pubkey),
);

let report = self
Expand Down

0 comments on commit 1922791

Please sign in to comment.