forgot to take out assert

This commit is contained in:
John Tromp 2018-10-19 22:21:13 +02:00
parent e1b5d7f3c2
commit 1cfc474817

View file

@ -299,6 +299,5 @@ where
} }
} }
last_n.reverse(); last_n.reverse();
assert_eq!(last_n.len(), needed_block_count);
last_n last_n
} }