Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed Dec 9, 2022
1 parent 56b3faa commit cfa2ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/wasm/simulation/proposals.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func SimulateUpdateInstantiateConfigProposal(wasmKeeper WasmKeeper, codeSelector
return types.NewUpdateInstantiateConfigProposal(
simtypes.RandStringOfLength(r, 10),
simtypes.RandStringOfLength(r, 10),
[]types.AccessConfigUpdate{configUpdate},
configUpdate,
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion x/wasm/types/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ func validateProposalCommons(title, description string) error {
func NewUpdateInstantiateConfigProposal(
title string,
description string,
accessConfigUpdates []AccessConfigUpdate,
accessConfigUpdates ...AccessConfigUpdate,
) *UpdateInstantiateConfigProposal {
return &UpdateInstantiateConfigProposal{
Title: title,
Expand Down

0 comments on commit cfa2ceb

Please sign in to comment.