Skip to content

Commit 091211d

Browse files
committed
internal/era: rename era2 to execdb package
1 parent 02d498b commit 091211d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal/era/execdb/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
package era2
17+
package execdb
1818

1919
// The format can be summarized with the following expression:
2020
// eraE := Version | CompressedHeader* | CompressedBody* | CompressedReceipts* | TotalDifficulty* | Proofs* | other-entries* | Accumulator | BlockIndex

internal/era/execdb/era_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
package era2
17+
package execdb
1818

1919
import (
2020
"bytes"

internal/era/execdb/iterator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
package era2
17+
package execdb
1818

1919
import (
2020
"errors"

internal/era/execdb/reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
package era2
17+
package execdb
1818

1919
import (
2020
"encoding/binary"

0 commit comments

Comments
 (0)