Skip to content

Commit

Permalink
rename comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Aug 31, 2023
1 parent e54de96 commit d3c9da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/marker/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ func (k msgServer) UpdateSendDenyList(goCtx context.Context, msg *types.MsgUpdat
return &types.MsgUpdateSendDenyListResponse{}, nil
}

// AddNetAssetValues adds net asset values to a marker that is in pending state
// AddNetAssetValues adds net asset values to a marker
func (k msgServer) AddNetAssetValues(goCtx context.Context, msg *types.MsgAddNetAssetValuesRequest) (*types.MsgAddNetAssetValuesResponse, error) {
ctx := sdk.UnwrapSDKContext(goCtx)

Expand Down

0 comments on commit d3c9da6

Please sign in to comment.