diff --git a/json/src/lib.rs b/json/src/lib.rs index 6520b841..63d794a9 100644 --- a/json/src/lib.rs +++ b/json/src/lib.rs @@ -317,7 +317,7 @@ mod getblock_tests { #[derive(Clone, PartialEq, Debug, Deserialize, Serialize)] pub struct GetBlockHeaderResult { - pub hash: TxHash, + pub hash: BlockHash, pub confirmations: i32, pub size: u64, pub height: u64,