Companion for substrate#11501 (#1404)

* Companion for substrate#11501

* update lockfile for {"polkadot", "substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Gryaznov
2022-06-23 15:48:13 +03:00
committed by GitHub
parent dedfe6da9e
commit c7d8da1783
3 changed files with 353 additions and 348 deletions
@@ -536,7 +536,7 @@ impl pallet_contracts_rpc_runtime_api::ContractsApi<Block, AccountId, Balance, B
fn get_storage(
address: AccountId,
key: [u8; 32],
key: Vec<u8>,
) -> pallet_contracts_primitives::GetStorageResult {
Contracts::get_storage(address, key)
}