mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Remove useless trait bound and move instructions (#11193)
* Remove useless trait bound and `move` instructions * cargo fmt
This commit is contained in:
@@ -98,7 +98,7 @@ pub fn run() -> sc_cli::Result<()> {
|
||||
runner.async_run(|config| {
|
||||
let PartialComponents { client, task_manager, backend, .. } =
|
||||
service::new_partial(&config)?;
|
||||
let aux_revert = Box::new(move |client, _, blocks| {
|
||||
let aux_revert = Box::new(|client, _, blocks| {
|
||||
sc_finality_grandpa::revert(client, blocks)?;
|
||||
Ok(())
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user