From 5a080c522ca445e6c586200c2db8298168fb02f2 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Sun, 27 Apr 2025 19:30:25 +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 3f31a172..070ff588 100755 --- a/scripts/prune-reth.sh +++ b/scripts/prune-reth.sh @@ -37,7 +37,7 @@ for base in "${unique_base_files_array[@]}"; do group_name=$(echo "$filename" | cut -d_ -f3) # Store the full path base name, grouped by the extracted group name - if [[ "$group_name" == "receipts" || "$group_name" == "transactions" ]]; then + if [[ "$group_name" == "headers" || "$group_name" == "receipts" || "$group_name" == "transactions" ]]; then groups["$group_name"]+="$base " # Append base path with a space separator else echo "Warning: Skipping file with unexpected group name: $base"