Skip to content

Commit 0ecaaba

Browse files
committed
feature(signer): improve log of inform_epoch_settings with current and next signers
1 parent 609c2a7 commit 0ecaaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-signer/src/services/epoch_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ impl EpochService for MithrilEpochService {
173173
current_signers: Vec<Signer>,
174174
next_signers: Vec<Signer>,
175175
) -> StdResult<()> {
176-
debug!(self.logger, ">> inform_epoch_settings"; "mithril_network_configuration" => ?mithril_network_configuration); //TODO: what about current_signers and next_signers?
176+
debug!(self.logger, ">> inform_epoch_settings"; "mithril_network_configuration" => ?mithril_network_configuration, "current_signers" => ?current_signers, "next_signers" => ?next_signers);
177177

178178
let epoch = mithril_network_configuration.epoch;
179179

0 commit comments

Comments
 (0)