types: Assign TODO to Sergio

Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
Thane Thomson
2022-05-04 17:46:28 -04:00
parent 0a31afe4c6
commit d0102e6b7e

View File

@@ -754,7 +754,7 @@ func (ecs ExtendedCommitSig) ForBlock() bool {
// Absent returns true if ExtendedCommitSig is absent.
func (ecs ExtendedCommitSig) Absent() bool {
//TODO What about BlockIDFlagNil?
// TODO(sergio): What about BlockIDFlagNil?
return ecs.BlockIDFlag == BlockIDFlagAbsent
}