diff --git a/examples/rust/src/bin/client.rs b/examples/rust/src/bin/client.rs index 9813e580..eb6e5814 100644 --- a/examples/rust/src/bin/client.rs +++ b/examples/rust/src/bin/client.rs @@ -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, }), ); }