mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
Fix validValue rule
This commit is contained in:
committed by
Ethan Buchman
parent
3dde0584ed
commit
2c125b6c78
@ -32,7 +32,7 @@ func BenchmarkEncodeStatusWire(b *testing.B) {
|
||||
LatestBlockTime: time.Unix(0, 1234),
|
||||
},
|
||||
ValidatorInfo: ctypes.ValidatorInfo{
|
||||
PubKey: nodeKey.PubKey(),
|
||||
PubKey: nodeKey.PubKey(),
|
||||
},
|
||||
}
|
||||
b.StartTimer()
|
||||
|
Reference in New Issue
Block a user