mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +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