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
View File
@@ -40,7 +40,6 @@ pub trait Backend<T: Config>: sealed::Sealed + Send + Sync + 'static {
async fn storage_fetch_descendant_keys(
&self,
key: Vec<u8>,
starting_at: Option<Vec<u8>>,
at: T::Hash,
) -> Result<StreamOfResults<Vec<u8>>, Error>;