Skip to content

Commit

Permalink
change hash -> message in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
woocash2 committed Oct 11, 2023
1 parent 31d039d commit a96de17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub use handler::Handler;
pub use scheduler::DoublingDelayScheduler;
pub use service::Service;

/// An RMC hash consisting of either a signed (indexed) hash, or a multisigned hash.
/// An RMC message consisting of either a signed (indexed) hash, or a multisigned hash.
#[derive(Debug, Encode, Decode, Clone, PartialEq, Eq, Hash)]
pub enum Message<H: Signable, S: Signature, M: PartialMultisignature> {
SignedHash(UncheckedSigned<Indexed<H>, S>),
Expand Down

0 comments on commit a96de17

Please sign in to comment.