Skip to content

Commit

Permalink
Revert instantiatePermission to be undefined instead of default
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Oct 25, 2023
1 parent a4e4008 commit ec44875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export function createWasmAminoConverters(): AminoConverters {
address: instantiate_permission.address ?? "",
addresses: instantiate_permission.addresses ?? [],
})
: AccessConfig.fromPartial({}),
: undefined,
}),
},
"/cosmwasm.wasm.v1.MsgInstantiateContract": {
Expand Down

0 comments on commit ec44875

Please sign in to comment.