mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove redundant suffix in ChainPath methods (#8025)
This commit is contained in:
@ -64,7 +64,7 @@ where
|
||||
let transaction_pool =
|
||||
reth_transaction_pool::Pool::eth_pool(validator, blob_store, self.pool_config);
|
||||
info!(target: "reth::cli", "Transaction pool initialized");
|
||||
let transactions_path = data_dir.txpool_transactions_path();
|
||||
let transactions_path = data_dir.txpool_transactions();
|
||||
|
||||
// spawn txpool maintenance task
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user