Skip to content
Snippets Groups Projects
Commit 97ef70c6 authored by Serban Iorga's avatar Serban Iorga Committed by Bastian Köcher
Browse files

Update subxt dependencies (#2072)

parent 65b2196c
No related merge requests found
......@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.1.5" }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
subxt = { version = "0.27.1", default-features = false, features = [] }
subxt = { version = "0.28.0", default-features = false, features = [] }
# Bridge dependencies
......
......@@ -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)
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment