uint64 height (Refs #911)

This commit is contained in:
Anton Kaliaev
2017-12-01 17:17:22 -05:00
committed by Ethan Buchman
parent b2489b4318
commit b3492356e6
64 changed files with 296 additions and 270 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func TestSerializeFullCommits(t *testing.T) {
// some constants
appHash := []byte("some crazy thing")
chainID := "ser-ial"
h := 25
h := uint64(25)
// build a fc
keys := lite.GenValKeys(5)