Skip to content

Commit

Permalink
fix statechange
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Aug 6, 2024
1 parent 5edc0e0 commit 78fad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-data/src/events/blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ impl EventSource for BlockEvent<'_> {
fn topic(&self) -> &'static str {
match self {
Self::Accepted(_) => "accepted",
Self::StateChange { .. } => "state_change",
Self::StateChange { .. } => "statechange",
}
}
fn data(&self) -> Option<String> {
Expand Down

0 comments on commit 78fad61

Please sign in to comment.