This commit is contained in:
Giacomo Pasini 2024-11-27 18:27:27 +01:00
parent 7e76a06c75
commit 3415784165
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B

View File

@ -80,7 +80,7 @@ mod test {
use super::*; use super::*;
#[test] #[test]
fn test_mrr_push() { fn test_mmr_push() {
let mut mmr = MMR::new(); let mut mmr = MMR::new();
let proof = mmr.push(b"hello"); let proof = mmr.push(b"hello");