From 352e408b70bebc6abf107c32c3aae96c2252baac Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Tue, 6 Sep 2022 08:18:45 -0600 Subject: [PATCH] fix tag --- x/wasm/client/rest/gov.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/wasm/client/rest/gov.go b/x/wasm/client/rest/gov.go index ef688d94..f730cb46 100644 --- a/x/wasm/client/rest/gov.go +++ b/x/wasm/client/rest/gov.go @@ -29,7 +29,7 @@ type StoreCodeProposalJSONReq struct { InstantiatePermission *types.AccessConfig `json:"instantiate_permission" yaml:"instantiate_permission"` // UnpinCode indicates if the code should not be pinned as part of the proposal. - UnpinCode bool `json:"pin_code" yaml:"pin_code"` + UnpinCode bool `json:"unpin_code" yaml:"unpin_code"` } func (s StoreCodeProposalJSONReq) Content() govtypes.Content {