File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mithril-aggregator/src/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ pub trait EpochService: Sync + Send {
55
55
/// Get the current epoch for which the data stored in this service are computed.
56
56
fn epoch_of_current_data ( & self ) -> StdResult < Epoch > ;
57
57
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.
59
59
fn current_protocol_parameters ( & self ) -> StdResult < & ProtocolParameters > ;
60
60
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.
62
62
fn next_protocol_parameters ( & self ) -> StdResult < & ProtocolParameters > ;
63
63
64
64
/// Get protocol parameters for signer registration.
You can’t perform that action at this time.
0 commit comments