Closed danlaine closed 4 months ago
This unit test hangs on the second call to assert_eq!(merkle.get(&[2]).unwrap(), Some(Box::from([2])));. Not sure why. Looking into it.
assert_eq!(merkle.get(&[2]).unwrap(), Some(Box::from([2])));
This unit test hangs on the second call to
assert_eq!(merkle.get(&[2]).unwrap(), Some(Box::from([2])));
. Not sure why. Looking into it.