change out event type for psql indexer

This commit is contained in:
William Banfield
2022-03-01 14:46:13 -05:00
parent 8a9f722caa
commit 1eac8534a0
3 changed files with 6 additions and 12 deletions
+3
View File
@@ -272,6 +272,9 @@ const (
// BlockHeightKey is a reserved key used for indexing FinalizeBlock events.
BlockHeightKey = "block.height"
// is a reserved key used for indexing FinalizeBlock events.
EventTypeFinalizeBlock = "finalize_block"
)
var (