From 0fe01532843e1bd5c35a9016d22e7ea5cd4d7700 Mon Sep 17 00:00:00 2001 From: bytesingsong Date: Wed, 5 Jun 2024 11:38:21 +0800 Subject: [PATCH] chore: fix struct name in comment Signed-off-by: bytesingsong --- wasmbinding/rewards/types/query_flatfee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasmbinding/rewards/types/query_flatfee.go b/wasmbinding/rewards/types/query_flatfee.go index 6edf50f8..9ffdcf4e 100644 --- a/wasmbinding/rewards/types/query_flatfee.go +++ b/wasmbinding/rewards/types/query_flatfee.go @@ -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"`