Skip to content

Commit

Permalink
refactor: parse subspaces instead of messages
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jan 23, 2024
1 parent 1003f15 commit 6512d5c
Show file tree
Hide file tree
Showing 5 changed files with 332 additions and 236 deletions.
2 changes: 1 addition & 1 deletion x/authz/handle_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// HandleMsg implements modules.MessageModule
func (m *Module) HandleMsg(index int, msg sdk.Msg, tx *juno.Tx) error {
func (m *Module) HandleMsg(_ int, msg sdk.Msg, tx *juno.Tx) error {
if len(tx.Logs) == 0 {
return nil
}
Expand Down
221 changes: 0 additions & 221 deletions x/subspaces/handle_msg.go

This file was deleted.

Loading

0 comments on commit 6512d5c

Please sign in to comment.