Skip to content

Commit

Permalink
Update iot_config/src/client/settings.rs
Browse files Browse the repository at this point in the history
Co-authored-by: andymck <andrewb.mckenzie@gmail.com>
  • Loading branch information
jeffgrunewald and andymck authored Apr 6, 2023
1 parent 0016467 commit 7e6534d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iot_config/src/client/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub struct Settings {
/// grpc url to the iot config oracle server
#[serde(with = "http_serde::uri")]
pub url: http::Uri,
/// File from which to load keypair for signing config server requests
/// File from which to load keypair for signing config client requests
pub signing_keypair: String,
/// B58 encoded public key of the iot config server for verifying responses
pub config_pubkey: String,
Expand Down

0 comments on commit 7e6534d

Please sign in to comment.