From a9bc3edb74b10275c48d95642ad7befc3755f342 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 16 Mar 2023 17:46:33 +0100 Subject: [PATCH] Remove CamelCase-ing --- subxt/src/rpc/types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/subxt/src/rpc/types.rs b/subxt/src/rpc/types.rs index a1a333f29b..4083e79879 100644 --- a/subxt/src/rpc/types.rs +++ b/subxt/src/rpc/types.rs @@ -244,7 +244,6 @@ pub type SystemProperties = serde_json::Map; /// This is copied from `sp-transaction-pool` to avoid a dependency on that crate. Therefore it /// must be kept compatible with that type from the target substrate version. #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] pub enum SubstrateTxStatus { /// Transaction is part of the future queue. Future,