Skip to content

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 21, 2024
1 parent 8a812e9 commit 609fb10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/rust/src/bin/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ async fn geyser_subscribe(
json!({
"slot": msg.slot,
"parent": msg.parent,
"status": status.as_str_name()
"status": status.as_str_name(),
"deadError": msg.dead_error,
}),
);
}
Expand Down

0 comments on commit 609fb10

Please sign in to comment.