Skip to content

Commit 6ee2887

Browse files
Update: Indexer events
1 parent ec009ae commit 6ee2887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

directory/indexer/consumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func (s *Service) handleAbciEvent(event abcitypes.Event, transaction tmtypes.Tx,
234234
return err
235235
}
236236
// Staking module events
237-
case "create_validator", "edit_validator", "redelegate", "unbond", "complete_redelegation", "complete_unbonding", "create_client", "update_client", "connection_open_init":
237+
case "create_validator", "edit_validator", "redelegate", "unbond", "complete_redelegation", "complete_unbonding", "create_client", "update_client", "connection_open_init", "connection_open_ack":
238238
attrJSON, err := json.Marshal(event.Attributes)
239239
if err != nil {
240240
return err

0 commit comments

Comments
 (0)