rename PrecomputedSubtrees -> PairComputations
This commit is contained in:
parent
49d88600c0
commit
2b04a93a15
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ impl SubtreeLeaf {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
pub struct PairComputations<K, L> {
|
pub(crate) struct PairComputations<K, L> {
|
||||||
/// Literal leaves to be added to the sparse Merkle tree's internal mapping.
|
/// Literal leaves to be added to the sparse Merkle tree's internal mapping.
|
||||||
pub nodes: BTreeMap<K, L>,
|
pub nodes: BTreeMap<K, L>,
|
||||||
/// "Conceptual" leaves that will be used for computations.
|
/// "Conceptual" leaves that will be used for computations.
|
||||||
|
|
Loading…
Add table
Reference in a new issue