Update subxt dependencies (#2072)

This commit is contained in:
Serban Iorga
2023-04-26 09:49:05 +03:00
committed by Bastian Köcher
parent 65b2196c6b
commit 97ef70c67a
3 changed files with 196 additions and 7518 deletions
File diff suppressed because it is too large Load Diff
@@ -61,8 +61,7 @@ impl Chain for RialtoParachain {
impl ChainWithBalances for RialtoParachain {
fn account_info_storage_key(account_id: &Self::AccountId) -> StorageKey {
let key = codegen_runtime::api::storage().system().account(account_id);
StorageKey(key.to_bytes())
bp_polkadot_core::AccountInfoStorageMapKeyProvider::final_key(account_id)
}
}