Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Jan 21, 2024
1 parent 68dbbb5 commit ca2db52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ func Recover(logger tmlog.Logger, err *error) {
}
}

type CreatorMsg interface {
GetCreator() string
}

// IsSystemTx determines whether tx is a system tx that's signed by an authorized signer
// system tx are special types of txs (see in the switch below), or such txs wrapped inside a MsgExec
// the parameter isAuthorizedSigner is a caller specified function that determines whether the signer of
Expand Down

0 comments on commit ca2db52

Please sign in to comment.