Skip to content

Commit 3b39b87

Browse files
committed
fix: address comments
1 parent a763b47 commit 3b39b87

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common/src/caryatid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

modules/governance_state/src/governance_state.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)