Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung committed Aug 7, 2023
1 parent 17891ca commit 70a622d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ impl ProcessorConfig {
}
}

/// [DelegatedSk].
/// Return associated [DelegatedSk].
pub fn delegated_sk(&self) -> DelegatedSk {
self.delegated_sk.clone()
self.delegated_sk.clone()
}
}

Expand Down

0 comments on commit 70a622d

Please sign in to comment.