Skip to content

Commit ad597bd

Browse files
Hüseyin Deniznyetwurk
Hüseyin Deniz
authored andcommitted
Refactored error class name to SlotStatusUpdateError for improved clarity and consistency
1 parent 1f84cb4 commit ad597bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl GeyserPlugin for KafkaPlugin {
133133

134134
publisher
135135
.update_slot_status(event)
136-
.map_err(|e| PluginError::AccountsUpdateError { msg: e.to_string() })
136+
.map_err(|e| PluginError::SlotStatusUpdateError { msg: e.to_string() })
137137
}
138138

139139
fn notify_transaction(

0 commit comments

Comments
 (0)