good morning!!!!

Skip to content
Snippets Groups Projects
Commit 44e5ff7d authored by Taylor Gerring's avatar Taylor Gerring
Browse files

Fix blocktest

parent c6faa18e
No related branches found
No related tags found
No related merge requests found
...@@ -96,9 +96,9 @@ func runOneBlockTest(ctx *cli.Context, test *tests.BlockTest) (*eth.Ethereum, er ...@@ -96,9 +96,9 @@ func runOneBlockTest(ctx *cli.Context, test *tests.BlockTest) (*eth.Ethereum, er
if err != nil { if err != nil {
return nil, err return nil, err
} }
if err := ethereum.Start(); err != nil { // if err := ethereum.Start(); err != nil {
return nil, err // return nil, err
} // }
// import the genesis block // import the genesis block
ethereum.ResetWithGenesisBlock(test.Genesis) ethereum.ResetWithGenesisBlock(test.Genesis)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment