mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-15 06:11:20 +00:00
uint64 height (Refs #911)
This commit is contained in:
committed by
Ethan Buchman
parent
b2489b4318
commit
b3492356e6
@ -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)
|
||||
|
Reference in New Issue
Block a user