mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 03:51:22 +00:00
add data reader
This commit is contained in:
@@ -287,6 +287,9 @@ impl<'a> IndexedNode<'a> {
|
||||
self.node
|
||||
}
|
||||
|
||||
pub fn data(&self) -> &NodeData {
|
||||
&self.node.data
|
||||
}
|
||||
}
|
||||
|
||||
fn combine_nodes<'a>(left: IndexedNode<'a>, right: IndexedNode<'a>) -> Entry {
|
||||
|
Reference in New Issue
Block a user