mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-27 16:56:00 +01:00
Merge pull request #865 from mountdisk/main
chore: fix some minor issues in the comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! Publish–subscribe pattern.
|
||||
//!
|
||||
//! This is a generic implementation for
|
||||
//! [NUT-17(<https://github.com/cashubtc/nuts/blob/main/17.md>) with a type
|
||||
//! [NUT-17](<https://github.com/cashubtc/nuts/blob/main/17.md>) with a type
|
||||
//! agnostic Publish-subscribe manager.
|
||||
//!
|
||||
//! The manager has a method for subscribers to subscribe to events with a
|
||||
|
||||
@@ -132,7 +132,7 @@ impl From<&(MintKeySetInfo, MintKeySet)> for SignatoryKeySet {
|
||||
#[async_trait::async_trait]
|
||||
/// Signatory trait
|
||||
pub trait Signatory {
|
||||
/// The Signatory implementation name. This may be exposed, so being as discreet as possible is
|
||||
/// The Signatory implementation name. This may be exposed, so being as discrete as possible is
|
||||
/// advised.
|
||||
fn name(&self) -> String;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user