mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 15:41:02 +00:00
Unused variable can be ignored (#2381)
* Refactored the build steps for building with cargo * Cargo build step needs pre requisites not mentioned * Update README.md * unused variable can be explicity ignored Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -349,7 +349,7 @@ fn real_overseer<Spawner, RuntimeClient>(
|
|||||||
_: AvailabilityConfig,
|
_: AvailabilityConfig,
|
||||||
_: Arc<sc_network::NetworkService<Block, Hash>>,
|
_: Arc<sc_network::NetworkService<Block, Hash>>,
|
||||||
_: AuthorityDiscoveryService,
|
_: AuthorityDiscoveryService,
|
||||||
request_multiplexer: (),
|
_request_multiplexer: (),
|
||||||
registry: Option<&Registry>,
|
registry: Option<&Registry>,
|
||||||
spawner: Spawner,
|
spawner: Spawner,
|
||||||
_: IsCollator,
|
_: IsCollator,
|
||||||
|
|||||||
Reference in New Issue
Block a user