mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 04:50:16 +00:00
Inject vote extensions into proposal
Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
@@ -441,10 +441,7 @@ func extendedCommitInfo(c abci.CommitInfo, votes []*types.Vote) abci.ExtendedCom
|
||||
vs[i] = abci.ExtendedVoteInfo{
|
||||
Validator: c.Votes[i].Validator,
|
||||
SignedLastBlock: c.Votes[i].SignedLastBlock,
|
||||
/*
|
||||
TODO: Include vote extensions information when implementing vote extensions.
|
||||
VoteExtension: []byte{},
|
||||
*/
|
||||
VoteExtension: votes[i].Extension,
|
||||
}
|
||||
}
|
||||
return abci.ExtendedCommitInfo{
|
||||
|
||||
Reference in New Issue
Block a user