mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-14 10:45:47 +00:00
add invariant about number of returned links
This commit is contained in:
parent
7879b63321
commit
1eb4fb91f6
@ -142,6 +142,8 @@ impl Tree {
|
||||
/// Append one leaf to the tree.
|
||||
///
|
||||
/// Returns links to actual nodes that has to be persisted as the result of the append.
|
||||
/// If completed without error, at least one link to the appended
|
||||
/// node (with metadata provided in `new_leaf`) will be returned.
|
||||
pub fn append_leaf(&mut self, new_leaf: NodeData) -> Result<Vec<EntryLink>, Error> {
|
||||
let root = self.root;
|
||||
let new_leaf_link = self.push(new_leaf.into());
|
||||
|
Loading…
x
Reference in New Issue
Block a user