erigon-pulse/cmd/cons/main.go

10 lines
117 B
Go
Raw Normal View History

package main
import (
"github.com/ledgerwatch/turbo-geth/cmd/cons/commands"
)
func main() {
commands.Execute()
}