Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
99adarsh committed Jan 6, 2025
1 parent 5c2d174 commit b56d310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/elys-network/elys/x/leveragelp/types"
)

// Update params through gov proposal
// Update max leverage for a pool through gov proposal
func (k msgServer) UpdateMaxLeverageForPool(goCtx context.Context, msg *types.MsgUpdateMaxLeverageForPool) (*types.MsgUpdateMaxLeverageForPoolResponse, error) {
ctx := sdk.UnwrapSDKContext(goCtx)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/elys-network/elys/x/perpetual/types"
)

// Update params through gov proposal
// Update max leverage for a pool through gov proposal
func (k msgServer) UpdateMaxLeverageForPool(goCtx context.Context, msg *types.MsgUpdateMaxLeverageForPool) (*types.MsgUpdateMaxLeverageForPoolResponse, error) {
ctx := sdk.UnwrapSDKContext(goCtx)

Expand Down

0 comments on commit b56d310

Please sign in to comment.