From d0102e6b7ef5c98e98d08b62d80605a9ac1eafc2 Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Wed, 4 May 2022 17:46:28 -0400 Subject: [PATCH] types: Assign TODO to Sergio Signed-off-by: Thane Thomson --- types/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/block.go b/types/block.go index 4f0e22751..a975e7e7a 100644 --- a/types/block.go +++ b/types/block.go @@ -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 }