mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 05:21:08 +00:00
Add db params for export-state CLI command (#10830)
This commit is contained in:
@@ -76,7 +76,7 @@ impl ExportBlocksCmd {
|
||||
C: BlockBackend<B> + UsageProvider<B> + 'static,
|
||||
<<B::Header as HeaderT>::Number as FromStr>::Err: Debug,
|
||||
{
|
||||
if let DatabaseSource::RocksDb { ref path, .. } = database_config {
|
||||
if let Some(path) = database_config.path() {
|
||||
info!("DB path: {}", path.display());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user