Companion for Substrate#10915 (#5033)

* Companion for Substrate#10915

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Liu-Cheng Xu
2022-03-05 21:47:20 +08:00
committed by GitHub
parent 1bdcf537f0
commit 496c1f953b
4 changed files with 167 additions and 167 deletions
@@ -496,7 +496,7 @@ impl<C: Chain> Client<C> {
self.jsonrpsee_execute(move |client| async move {
Substrate::<C>::state_prove_storage(&*client, keys, Some(at_block))
.await
.map(|proof| StorageProof::new(proof.proof.into_iter().map(|b| b.0).collect()))
.map(|proof| StorageProof::new(proof.proof.into_iter().map(|b| b.0)))
.map_err(Into::into)
})
.await