Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Sep 6, 2022
1 parent cc9e740 commit 352e408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/client/rest/gov.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 352e408

Please # to comment.