Skip to content

Commit e8c4c62

Browse files
authored
chore(trie): make RevealedNode usable externally (#15691)
1 parent 3ef965c commit e8c4c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/trie/sparse/src/blinded.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub trait BlindedProviderFactory {
2020
}
2121

2222
/// Revealed blinded trie node.
23-
#[derive(Debug)]
23+
#[derive(PartialEq, Eq, Clone, Debug)]
2424
pub struct RevealedNode {
2525
/// Raw trie node.
2626
pub node: Bytes,

0 commit comments

Comments
 (0)