Skip to content

Commit

Permalink
scylla configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii committed Jan 16, 2025
1 parent d79767f commit 0af8eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpc-server/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ impl ServerContext {
);

let tx_details_storage = tx_details_storage::TxDetailsStorage::new(
rpc_server_config.tx_details_storage.storage_client().await,
rpc_server_config.tx_details_storage.bucket_name.clone(),
);
rpc_server_config.tx_details_storage.scylla_client().await,
// rpc_server_config.tx_details_storage.bucket_name.clone(),
).await?;

let tx_cache_storage =
cache_storage::TxIndexerCache::new(rpc_server_config.general.redis_url.to_string())
Expand Down

0 comments on commit 0af8eea

Please sign in to comment.