Skip to content

Commit 0ed8881

Browse files
committed
docs: rephrase comments for current_protocol_parameters and next_protocol_parameters
1 parent 7e992f4 commit 0ed8881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-aggregator/src/services/epoch_service.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ pub trait EpochService: Sync + Send {
5555
/// Get the current epoch for which the data stored in this service are computed.
5656
fn epoch_of_current_data(&self) -> StdResult<Epoch>;
5757

58-
/// Get protocol parameters used for signing the protocol message in the current epoch.
58+
/// Get protocol parameters used for signing in the current epoch.
5959
fn current_protocol_parameters(&self) -> StdResult<&ProtocolParameters>;
6060

61-
/// Get protocol parameters used for signing the protocol message in the next epoch.
61+
/// Get protocol parameters used for signing in the next epoch.
6262
fn next_protocol_parameters(&self) -> StdResult<&ProtocolParameters>;
6363

6464
/// Get protocol parameters for signer registration.

0 commit comments

Comments
 (0)