remove TODO for prepare proposal

This commit is contained in:
William Banfield
2022-03-08 17:37:23 -05:00
parent 6a085d6077
commit 333b25cfbe
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ func extendedCommitInfo(c abci.CommitInfo) abci.ExtendedCommitInfo {
Validator: c.Votes[i].Validator,
SignedLastBlock: c.Votes[i].SignedLastBlock,
/*
TODO: Include extended vote information once vote extension vote is complete.
TODO: Include vote extensions information when implementing vote extension is complete.
VoteExtension: []byte{},
*/
}