File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
modules/governance_state/src Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pub struct RollbackAwarePublisher<M: MessageBounds> {
3737 /// Topic to publish on
3838 topic : String ,
3939
40- // When did we publish our last non-rollback message
40+ // At which slot did we publish our last non-rollback message
4141 last_activity_at : Option < u64 > ,
4242}
4343
Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ impl GovernanceState {
219219
220220 loop {
221221 let ( _, message) = governance_s. read ( ) . await ?;
222- //let (blk_g, gov_procs) = Self::read_governance(&mut governance_s).await?;
223222 let ( blk_g, gov_procs) = match message. as_ref ( ) {
224223 Message :: Cardano ( ( blk, CardanoMessage :: GovernanceProcedures ( msg) ) ) => {
225224 ( blk. clone ( ) , msg. clone ( ) )
You can’t perform that action at this time.
0 commit comments