File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1919import (
2020 "bytes"
Original file line number Diff line number Diff line change 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
1919import (
2020 "errors"
Original file line number Diff line number Diff line change 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
1919import (
2020 "encoding/binary"
You can’t perform that action at this time.
0 commit comments