Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
6 changes: 2 additions & 4 deletions client/rpc/src/state/state_full.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,12 +598,10 @@ where

keys.into_iter()
.map(move |key| {
let res = client
client
.clone()
.child_storage(&BlockId::Hash(block), &child_info, &key)
.map_err(client_err);

res
.map_err(client_err)
})
.collect()
}
Expand Down