We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8261dcc commit 27929b8Copy full SHA for 27929b8
modules/governance_state/src/conway_voting.rs
@@ -496,7 +496,10 @@ impl ConwayVoting {
496
497
if !proposal_procedures.is_empty() {
498
let pp = proposal_procedures.into_iter().map(|x| format!("{x},")).collect::<String>();
499
- info!("Proposal procedures at {new_epoch} without 'votes' records: [{}]", pp);
+ info!(
500
+ "Proposal procedures at {new_epoch} without 'votes' records: [{}]",
501
+ pp
502
+ );
503
}
504
505
0 commit comments