Skip to content

Commit

Permalink
core: rm whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Oct 4, 2022
1 parent e381087 commit d143c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/dao_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func TestDAOForkRangeExtradata(t *testing.T) {
if _, err := proBc.InsertChain(blocks); err != nil {
t.Fatalf("pro-fork chain didn't accepted pro-fork block: %v", err)
}

}
// Verify that contra-forkers accept pro-fork extra-datas after forking finishes
bc, _ := NewBlockChain(rawdb.NewMemoryDatabase(), nil, congspec, nil, ethash.NewFaker(), vm.Config{}, nil, nil)
Expand Down

0 comments on commit d143c93

Please sign in to comment.