Skip to content

Commit

Permalink
correct type of hash in GetBlockHeaderResult
Browse files Browse the repository at this point in the history
  • Loading branch information
Danconnolly committed Mar 9, 2024
1 parent 5295ce0 commit b56ead3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b56ead3

Please sign in to comment.