mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
ba56e7a139
* 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
12 lines
141 B
Go
12 lines
141 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ledgerwatch/erigon/cmd/sentry/commands"
|
|
)
|
|
|
|
// generate the messages
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|