Update readme

This commit is contained in:
Greg Fitzgerald
2018-03-02 12:07:05 -07:00
parent be518b569b
commit a148454376
2 changed files with 10 additions and 6 deletions

View File

@@ -26,5 +26,7 @@ fn main() {
for entry in &entries {
println!("{:?}", entry);
}
// Proof-of-History: Verify the historian learned about the events
// in the same order they appear in the vector.
assert!(verify_slice(&entries, &seed));
}