remove finalize block helper function

This commit is contained in:
William Banfield
2022-03-01 15:19:10 -05:00
parent 844f1075fb
commit 52815091b3
2 changed files with 31 additions and 49 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ const (
// BlockHeightKey is a reserved key used for indexing FinalizeBlock events.
BlockHeightKey = "block.height"
// is a reserved key used for indexing FinalizeBlock events.
// EventTypeFinalizeBlock is a reserved key used for indexing FinalizeBlock events.
EventTypeFinalizeBlock = "finalize_block"
)