From 4331a5ac4a5289dc49524f2489c12ae6a33604fd Mon Sep 17 00:00:00 2001 From: Para Dox Date: Sun, 27 Apr 2025 19:26:38 +0700 Subject: [PATCH] new era --- scripts/prune-reth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prune-reth.sh b/scripts/prune-reth.sh index 1d65852d..df22ffd0 100755 --- a/scripts/prune-reth.sh +++ b/scripts/prune-reth.sh @@ -30,7 +30,7 @@ echo "Found ${#unique_base_files_array[@]} unique base file ranges across all gr # Step 2: Group files by group_name (headers, receipts, transactions) declare -A groups -echo "Grouping files by type (headers, receipts, transactions)..." +echo "Grouping files by type (receipts, transactions)..." for base in "${unique_base_files_array[@]}"; do filename=$(basename "$base") # Get just the filename part # Extract group name assuming format static_file_{group_name}_{startblock}_{endblock}