Skip to content

Commit

Permalink
revert BlockMetadata parent_hash with HashValue
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Nov 24, 2024
1 parent d76cdcb commit 845334e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/types/src/on_chain_resource/block_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct BlockMetadata {
// number of the current block
pub number: u64,
// Hash of the parent block.
pub parent_hash: Vec<u8>,
pub parent_hash: HashValue,
// Author of the current block.
pub author: AccountAddress,
// Uncle blocks number
Expand Down

0 comments on commit 845334e

Please sign in to comment.