Parachain Template: Prune `AuxStore` bound and corresponding crate dependency (#2303)
This small PR removes an unnecessary trait bound to the `AuxStore` trait from the Parachain template's `rpc.rs` file. With that bound removed, the entire dependency on `sc-client-api` can also be removed. --------- Co-authored-by:Joshy Orndorff <git-user-email.h0ly5@simplelogin.com> Co-authored-by:
Bastian Köcher <git@kchr.de>
Please register or sign in to comment