Skip to content

Commit

Permalink
Update crates/shared/src/types.rs
Browse files Browse the repository at this point in the history
Co-authored-by: peg <[email protected]>
  • Loading branch information
JesseAbram and ameba23 authored Oct 18, 2024
1 parent 4f7167b commit 3328151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shared/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub struct OcwMessageDkg {
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
#[derive(Clone, Encode, Decode, Debug, Eq, PartialEq, TypeInfo)]
pub struct OcwMessageReshare {
// Stash address of new signers
// Stash addresses of new signers
pub new_signers: Vec<Vec<u8>>,
pub block_number: BlockNumber,
}
Expand Down

0 comments on commit 3328151

Please sign in to comment.