mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-25 16:40:21 +00:00
fix evidence test by adding extension sig
This commit is contained in:
@@ -596,6 +596,7 @@ func makeExtCommit(height int64, valAddr []byte) *types.ExtendedCommit {
|
||||
Timestamp: defaultEvidenceTime,
|
||||
Signature: []byte("Signature"),
|
||||
},
|
||||
ExtensionSignature: []byte("Extended Signature"),
|
||||
}},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user