Skip to content

Commit

Permalink
pub notaries for return
Browse files Browse the repository at this point in the history
  • Loading branch information
kokal33 committed Dec 4, 2023
1 parent 0d49c16 commit b711d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fplus-lib/src/core/application/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ pub struct ValidNotary {

#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct ValidNotaryList {
notaries: Vec<ValidNotary>,
pub notaries: Vec<ValidNotary>,
}

impl ValidNotaryList {
Expand Down

0 comments on commit b711d2f

Please sign in to comment.