Skip to content

Commit

Permalink
chore(committer): fix FilledNode doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amosStarkware committed Aug 20, 2024
1 parent e29e966 commit 2ab63e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::patricia_merkle_tree::node_data::inner_node::NodeData;
use crate::patricia_merkle_tree::node_data::leaf::Leaf;

#[derive(Clone, Debug, PartialEq, Eq)]
/// A node in a Patricia-Merkle tree which was modified during an update.
/// A node in a Patricia-Merkle tree, complete with its hash and data.
pub struct FilledNode<L: Leaf> {
pub hash: HashOutput,
pub data: NodeData<L>,
Expand Down

0 comments on commit 2ab63e3

Please sign in to comment.