Update kvdb version in availability-store (#709)

* update availability store

* also fix warning

* update Cargo.lock
This commit is contained in:
Nikolay Volf
2020-01-03 21:31:04 +03:00
committed by Gavin Wood
parent 11b1bf230e
commit 9a9bbd1c2d
4 changed files with 50 additions and 12 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ impl Store {
client: Arc<P>,
thread_pool: TaskExecutor,
keystore: KeyStorePtr,
) -> ClientResult<(AvailabilityBlockImport<I, P>)>
) -> ClientResult<AvailabilityBlockImport<I, P>>
where
P: ProvideRuntimeApi + BlockchainEvents<Block> + BlockBody<Block> + Send + Sync + 'static,
P::Api: ParachainHost<Block>,