Skip to content

Commit

Permalink
feat: added MsgUpsertSequencer to the admission handler
Browse files Browse the repository at this point in the history
  • Loading branch information
keruch committed Oct 4, 2024
1 parent d9429a2 commit b09d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ func NewRollapp(

// Admission handler for consensus messages
app.setAdmissionHandler(consensus.MapAdmissionHandler([]string{
proto.MessageName(&banktypes.MsgSend{}),
proto.MessageName(&seqtypes.MsgUpsertSequencer{}),
}))

if loadLatest {
Expand Down

0 comments on commit b09d77b

Please sign in to comment.