mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
fix purge-chain cli option (#1164)
This commit is contained in:
committed by
Gav Wood
parent
2e41e9e870
commit
675c3b0500
@@ -358,7 +358,7 @@ where
|
||||
return Ok(Action::ExecutedInternally);
|
||||
}
|
||||
|
||||
if let Some(matches) = matches.subcommand_matches("purge_chain") {
|
||||
if let Some(matches) = matches.subcommand_matches("purge-chain") {
|
||||
purge_chain::<F>(matches, spec)?;
|
||||
return Ok(Action::ExecutedInternally);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user