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
@@ -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
|
||||
|
||||
|
||||
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