describe fixtures
All checks were successful
Test / Run unit tests (pull_request) Successful in 3m48s

This commit is contained in:
Roy Crihfield 2024-07-10 15:07:58 +08:00
parent 0d9957c5f8
commit 246bc68cb6
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// This fixture is the first using Pebble instead of Leveldb. It was generated by a fixturenet
// postmerge1 is the first fixture using Pebble instead of Leveldb. It was generated by a fixturenet
// running geth 1.14.5 using a "merged from Genesis" configuration, as opposed to the previous
// fixtures for which the Merge occurred at block 1.
package postmerge1

View File

@ -1,3 +1,4 @@
// premerge1 is from a Clique-based pre-Merge chain with a single genesis allocation.
package premerge1
import (

View File

@ -1,3 +1,4 @@
// premerge2 is from an Ethash-based pre-Merge chain.
package premerge2
import (