rename PrecomputedSubtrees -> PairComputations
This commit is contained in:
parent
028e63f60a
commit
632595d23a
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ impl SubtreeLeaf {
|
|||
}
|
||||
|
||||
#[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.
|
||||
pub nodes: BTreeMap<K, L>,
|
||||
/// "Conceptual" leaves that will be used for computations.
|
||||
|
|
Loading…
Add table
Reference in a new issue