This commit is contained in:
kaichao
2019-06-03 17:55:16 +08:00
committed by Tomasz Drwięga
parent 5d205935a0
commit 8e0a14fe7a
+1 -1
View File
@@ -19,7 +19,7 @@ use serde::Deserialize;
/// RPC Extrinsic or hash /// RPC Extrinsic or hash
/// ///
/// Allows to refer to extrinsics either by their raw representation or by it's hash. /// Allows to refer to extrinsic either by its raw representation or its hash.
#[derive(Debug, Deserialize)] #[derive(Debug, Deserialize)]
#[serde(rename_all = "camelCase")] #[serde(rename_all = "camelCase")]
pub enum ExtrinsicOrHash<Hash> { pub enum ExtrinsicOrHash<Hash> {