Skip to content

Commit

Permalink
Merge pull request #1493 from fluidvanadium/fix_witness_test
Browse files Browse the repository at this point in the history
re-interpreted max_leaf_position
  • Loading branch information
fluidvanadium authored Nov 4, 2024
2 parents e96c48e + 56ff9f8 commit faeb72d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libtonode-tests/tests/concrete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2642,6 +2642,11 @@ mod slow {
zingolib::testutils::incrementalmerkletree::Retention::Marked,
)
.unwrap();
// This height doesn't matter, all we need is any arbitrary checkpoint ID
// as witness_at_checkpoint_depth requres a checkpoint to function now
server_orchard_shardtree
.checkpoint(BlockHeight::from_u32(0))
.unwrap();
assert_eq!(
wallet_trees
.witness_tree_orchard
Expand Down

0 comments on commit faeb72d

Please sign in to comment.