Skip to content

Commit

Permalink
cosmwasm authorizations don't exist in this version
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-burnt committed Aug 9, 2024
1 parent 0960168 commit e8b7d05
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cosmos-sdk-proto/src/type_names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,19 +504,4 @@ mod wasm {
COSMWASM_PACKAGE,
"MsgClearAdminResponse"
);
impl_name!(
cosmwasm::wasm::v1::ContractExecutionAuthorization,
COSMWASM_PACKAGE,
"ContractExecutionAuthorization"
);
impl_name!(
cosmwasm::wasm::v1::StoreCodeAuthorization,
COSMWASM_PACKAGE,
"StoreCodeAuthorization"
);
impl_name!(
cosmwasm::wasm::v1::ContractMigrationAuthorization,
COSMWASM_PACKAGE,
"ContractMigrationAuthorization"
);
}

0 comments on commit e8b7d05

Please sign in to comment.