Skip to content

Commit

Permalink
[geyser] s/shread/shred/ in SlotStatus (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Oct 29, 2024
1 parent 6130ed3 commit 04ecf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geyser-plugin-interface/src/geyser_plugin_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ impl SlotStatus {
SlotStatus::Confirmed => "confirmed",
SlotStatus::Processed => "processed",
SlotStatus::Rooted => "rooted",
SlotStatus::FirstShredReceived => "first_shread_received",
SlotStatus::FirstShredReceived => "first_shred_received",
SlotStatus::Completed => "completed",
SlotStatus::CreatedBank => "created_bank",
SlotStatus::Dead(_error) => "dead",
Expand Down

0 comments on commit 04ecf40

Please sign in to comment.