erigon-pulse/cmd/headers/main.go
ledgerwatch 256e4262e1
2nd batch of Headers PoC changes (#1067)
* PoC utility

* Headers cmd

* headers download command

* Fix lint

* Send handshake

* Receive Status message

* Better error messages

* Messages

* Fix

* Fix lint

* Print block number for NewBlockMsg

* Fix lint
2020-09-07 07:03:12 +01:00

10 lines
120 B
Go

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