From 609fb10c280a7c1d37717a10a6e6df07d447ae0d Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Thu, 21 Nov 2024 16:46:23 +0200 Subject: [PATCH] update client --- examples/rust/src/bin/client.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, }), ); }