mirror of
https://github.com/logos-co/nomos-pocs.git
synced 2025-01-09 17:05:49 +00:00
typo
This commit is contained in:
parent
7e76a06c75
commit
3415784165
@ -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");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user