Add hash seed to verify_slice()

This commit is contained in:
Greg Fitzgerald
2018-02-21 09:43:34 -07:00
parent 07c4ebb7f2
commit 8df274f0af
2 changed files with 2 additions and 2 deletions

View File

@@ -18,5 +18,5 @@ msc {
logger=>historian [ label = "e2 = Entry{hash: h6, n: 3, event: Tick}" ] ;
client=>historian [ label = "collect()" ] ;
historian=>client [ label = "entries = [e0, e1, e2]" ] ;
client=>client [ label = "verify_slice(entries)" ] ;
client=>client [ label = "verify_slice(entries, h0)" ] ;
}