Skip to content

Commit

Permalink
add custom altered_accounts event type
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaieremia committed Jul 21, 2024
1 parent f971c78 commit 69d7998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dispatcher/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func getEventType(subEntry data.SubscriptionEntry) string {
subEntry.EventType == common.BlockTxs ||
subEntry.EventType == common.BlockScrs ||
subEntry.EventType == common.AlteredAccountsEvent ||
subEntry.EventType == "mvx_altered_accounts" ||
subEntry.EventType == common.BlockEvents {
return subEntry.EventType
}
Expand Down

0 comments on commit 69d7998

Please sign in to comment.