Skip to content

Commit

Permalink
fix: Update crates/iroha/src/secrecy.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Shunkichi Sato <[email protected]>
Signed-off-by: Mykhailo Lohachov <[email protected]>
  • Loading branch information
aoyako and s8sato authored Dec 10, 2024
1 parent 564d909 commit 77d26b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iroha/src/secrecy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::fmt;
use derive_more::Constructor;
use serde::{Deserialize, Serialize, Serializer};

/// SecretString epresents a sensitive secret string.
/// String sensitive to printing and serialization
#[derive(Clone, Deserialize, Constructor)]
pub struct SecretString(String);

Expand Down

0 comments on commit 77d26b1

Please sign in to comment.