Skip to content

Commit

Permalink
fix wrong doc
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed May 23, 2024
1 parent 29f5fdc commit 6d7571f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions custom/auth/post/post.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ type HandlerOptions struct {
DyncommKeeper dyncommkeeper.Keeper
}

// NewAnteHandler returns an AnteHandler that checks and increments sequence
// numbers, checks signatures & account numbers, and deducts fees from the first
// signer.
// NewPostHandler returns an PostHandler that checks and set target
// commission rate for msg create validator and msg edit validator
func NewPostHandler(options HandlerOptions) (sdk.PostHandler, error) {
return sdk.ChainPostDecorators(
dyncommpost.NewDyncommPostDecorator(options.DyncommKeeper),
Expand Down

0 comments on commit 6d7571f

Please sign in to comment.