Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func startNode(ctx *cli.Context, stack *node.Node, backend ethapi.Backend, isCon
}

var initHeight uint64
initHeight = 2585811 // Temp for testing, this should be part of chain config
initHeight = 2586692 // Temp for testing, this should be part of chain config

if firstStartup {
for {
Expand Down
12 changes: 0 additions & 12 deletions core/hvm/dbobj.go

This file was deleted.

Loading