You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tracing::info!(target:INDEXER,"Instantiating the tx_details storage client with {:?} provider...",&indexer_config.tx_details_storage_provider);
33
+
tracing::info!(target:INDEXER,"Instantiating the tx_details storage client with {:?} provider...",&indexer_config.general.tx_details_storage_provider);
34
34
let tx_details_storage: std::sync::Arc<dyn tx_details_storage::Storage + Send + Sync> =
35
-
match indexer_config.tx_details_storage_provider{
35
+
match indexer_config.general.tx_details_storage_provider{
0 commit comments