mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-24 12:37:16 +00:00
256e4262e1
* 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
10 lines
120 B
Go
10 lines
120 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ledgerwatch/turbo-geth/cmd/headers/commands"
|
|
)
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|