Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed May 20, 2022
1 parent 1f92c47 commit 7e2b22f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/rpc/src/state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ pub struct State<Block, Client> {
deny_unsafe: DenyUnsafe,
}

#[async_trait]
impl<Block, Client> StateApiServer<Block::Hash> for State<Block, Client>
where
Block: BlockT + 'static,
Expand Down

0 comments on commit 7e2b22f

Please sign in to comment.