mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-13 11:34:17 +00:00
abci: use signed ints; fix amino/proto3 Header compat
This commit is contained in:
@@ -79,7 +79,7 @@ func TestABCIConsensusParams(t *testing.T) {
|
||||
assert.Equal(t, *cp, cp2)
|
||||
}
|
||||
|
||||
func _TestABCIbeader(t *testing.T) {
|
||||
func TestABCIHeader(t *testing.T) {
|
||||
// build a full header
|
||||
var height int64 = 5
|
||||
var numTxs int64 = 3
|
||||
@@ -126,7 +126,6 @@ func _TestABCIbeader(t *testing.T) {
|
||||
|
||||
// assert the encodings match
|
||||
assert.EqualValues(t, headerBz, pbHeaderBz)
|
||||
|
||||
}
|
||||
|
||||
func TestABCIEvidence(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user