diff --git a/internal/era/execdb/builder.go b/internal/era/execdb/builder.go
index 4f184685d2..91a4fd24cb 100644
--- a/internal/era/execdb/builder.go
+++ b/internal/era/execdb/builder.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
-package era2
+package execdb
// The format can be summarized with the following expression:
// eraE := Version | CompressedHeader* | CompressedBody* | CompressedReceipts* | TotalDifficulty* | Proofs* | other-entries* | Accumulator | BlockIndex
diff --git a/internal/era/execdb/era_test.go b/internal/era/execdb/era_test.go
index 7bf7cd1688..513708be00 100644
--- a/internal/era/execdb/era_test.go
+++ b/internal/era/execdb/era_test.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
-package era2
+package execdb
import (
"bytes"
diff --git a/internal/era/execdb/iterator.go b/internal/era/execdb/iterator.go
index d5ac3ab1d2..767110e7b0 100644
--- a/internal/era/execdb/iterator.go
+++ b/internal/era/execdb/iterator.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
-package era2
+package execdb
import (
"errors"
diff --git a/internal/era/execdb/reader.go b/internal/era/execdb/reader.go
index e5a5bf0483..c6b0d4f3f4 100644
--- a/internal/era/execdb/reader.go
+++ b/internal/era/execdb/reader.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see .
-package era2
+package execdb
import (
"encoding/binary"