Skip to content

Commit

Permalink
mpc: test improve single-leaf tree
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 10, 2023
1 parent b19f85a commit 0f07ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commit_verify/src/mpc/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ mod test {

assert_eq!(tree.conceal(), block.conceal());
assert_eq!(tree.root(), block.conceal());
assert_eq!(tree.root(), cid1);
assert_eq!(tree.commitment_id(), block.commitment_id())
}

Expand Down

0 comments on commit 0f07ec9

Please sign in to comment.