start addressing basti comments

This commit is contained in:
Robert Habermeier
2018-11-15 16:36:28 +01:00
parent 7e088f6342
commit 1cb0bbc48b
3 changed files with 88 additions and 65 deletions
+2 -1
View File
@@ -916,7 +916,8 @@ impl<B, E, Block, RA> CallApiAt<Block> for Client<B, E, Block, RA> where
B: backend::Backend<Block, Blake2Hasher>,
E: CallExecutor<Block, Blake2Hasher> + Clone + Send + Sync,
Block: BlockT<Hash=H256>,
RA: Send + Sync,
RA: CoreAPI<Block>, // not strictly necessary at the moment
// but we want to bound to make sure the API is actually available.
{
fn call_api_at(
&self,