Skip to content

Commit

Permalink
Fields are pub; once Hotshot tag 0.5.12 is out, will update type
Browse files Browse the repository at this point in the history
  • Loading branch information
nyospe committed Feb 6, 2024
1 parent 6dfe4a5 commit 95ffe5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/block_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ impl<I: NodeType> Committable for HashableBlock<I> {
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[serde(bound = "")]
pub struct BlockMetadata<I: NodeType> {
block_hash: BlockHash<I>,
block_size: u64,
offered_fee: u64,
pub block_hash: BlockHash<I>,
pub block_size: u64,
pub offered_fee: u64,
_phantom: PhantomData<I>,
}

0 comments on commit 95ffe5d

Please sign in to comment.