Roy Crihfield
c08e45c446
The "medium" fixture contained missing nodes somewhere in the head block, so I've removed, and generated a new "small2" fixture. Also refactored a bit. Reviewed-on: #3
10 lines
147 B
Go
10 lines
147 B
Go
package small2
|
|
|
|
import (
|
|
"github.com/cerc-io/eth-testing/chaindata/util"
|
|
)
|
|
|
|
var (
|
|
ChainDataPath, AncientDataPath = util.GetChainData("small2")
|
|
)
|