Remove CamelCase-ing

This commit is contained in:
Michael Mueller
2023-03-16 17:46:33 +01:00
parent 7b0e06cf8a
commit a9bc3edb74
-1
View File
@@ -244,7 +244,6 @@ pub type SystemProperties = serde_json::Map<String, serde_json::Value>;
/// 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<Hash, BlockHash> {
/// Transaction is part of the future queue.
Future,