mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-06 22:32:37 +00:00
BlockStore holds extended commit
Cherry-pick 8d504d4b50ec6afbdffe2df7ababbef30e15053d and fix conflicts. Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
committed by
Thane Thomson
parent
98ea839470
commit
f18f1cb3db
@@ -177,7 +177,7 @@ func generateLightClientAttackEvidence(
|
||||
ConflictingBlock: &types.LightBlock{
|
||||
SignedHeader: &types.SignedHeader{
|
||||
Header: header,
|
||||
Commit: commit,
|
||||
Commit: commit.StripExtensions(),
|
||||
},
|
||||
ValidatorSet: conflictingVals,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user