mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
forgot to take out assert
This commit is contained in:
parent
e1b5d7f3c2
commit
1cfc474817
1 changed files with 0 additions and 1 deletions
|
@ -299,6 +299,5 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
last_n.reverse();
|
last_n.reverse();
|
||||||
assert_eq!(last_n.len(), needed_block_count);
|
|
||||||
last_n
|
last_n
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue