mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-29 10:30:20 +00:00
fix test by adding extension data
This commit is contained in:
@@ -36,6 +36,7 @@ func makeTestExtCommit(height int64, timestamp time.Time) *types.ExtendedCommit
|
||||
Timestamp: timestamp,
|
||||
Signature: []byte("Signature"),
|
||||
},
|
||||
ExtensionSignature: []byte("ExtensionSignature"),
|
||||
}}
|
||||
return &types.ExtendedCommit{
|
||||
Height: height,
|
||||
|
||||
Reference in New Issue
Block a user