mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 19:11:04 +00:00
Companion for Substrate#10915 (#1051)
* Companion for Substrate#10915
* Fix compile
* Fix compile
* update lockfile for {"polkadot"}
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+236
-234
File diff suppressed because it is too large
Load Diff
@@ -416,8 +416,7 @@ impl RelayChainInterface for RelayChainRPCInterface {
|
|||||||
.state_get_read_proof(storage_keys, Some(relay_parent))
|
.state_get_read_proof(storage_keys, Some(relay_parent))
|
||||||
.await
|
.await
|
||||||
.map(|read_proof| {
|
.map(|read_proof| {
|
||||||
let bytes = read_proof.proof.into_iter().map(|bytes| bytes.to_vec()).collect();
|
StorageProof::new(read_proof.proof.into_iter().map(|bytes| bytes.to_vec()))
|
||||||
StorageProof::new(bytes)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user