Skip to content

Commit

Permalink
Fix not handling general key share event
Browse files Browse the repository at this point in the history
  • Loading branch information
p0p3yee authored Mar 25, 2024
1 parent d3aa284 commit ecd0e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fairyringclient/fairyringclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func handleEndBlockEvents(events []abciTypes.Event) {
}
for _, a := range e.Attributes {

if a.Key != "start-send-general-keyshare-identity" {
if a.Key != "identity" {
continue
}

Expand Down

0 comments on commit ecd0e8c

Please sign in to comment.