mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
Update subxt dependencies (#2072)
This commit is contained in:
committed by
Bastian Köcher
parent
65b2196c6b
commit
97ef70c67a
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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user