Remove unused start_key that new RPC API may not be able to support (#1148)

This commit is contained in:
James Wilson
2023-08-30 14:37:50 +01:00
committed by GitHub
parent a3d25db846
commit fd23766184
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ where
async move {
let keys = client
.backend()
.storage_fetch_descendant_keys(key, None, block_hash)
.storage_fetch_descendant_keys(key, block_hash)
.await?;
Ok(keys)
}