Skip to content

Commit

Permalink
chore: fix struct name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: bytesingsong <[email protected]>
  • Loading branch information
bytesingsong committed Jun 5, 2024
1 parent 5f2bde7 commit 0fe0153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmbinding/rewards/types/query_flatfee.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/archway-network/archway/wasmbinding/pkg"
)

// ContracFlatFeeRequest is the Query.FlatFee request.
// ContractFlatFeeRequest is the Query.FlatFee request.
type ContractFlatFeeRequest struct {
// ContractAddress is the bech32 encoded contract address.
ContractAddress string `json:"contract_address"`
Expand Down

0 comments on commit 0fe0153

Please sign in to comment.