erigon-pulse/cmd/sentry/main.go
Alex Sharov ba56e7a139
extract p2p config out of sentry (#2126)
* extract p2p config out of sentry

* extract p2p config out of sentry

* extract p2p config out of sentry

* rebase devel

* rebase devel

* add bootnodes to sentry

* add bootnodes to sentry
2021-06-11 09:34:37 +01:00

12 lines
141 B
Go

package main
import (
"github.com/ledgerwatch/erigon/cmd/sentry/commands"
)
// generate the messages
func main() {
commands.Execute()
}