mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
Update main.go (#3472)
This commit is contained in:
parent
c6236df603
commit
86d4eb5868
@ -18,8 +18,8 @@ import (
|
||||
|
||||
var (
|
||||
privateKey = flag.String("private", "", "Base-64 encoded Private key to use for calculation of ENR")
|
||||
udpPort = flag.Int("port", 0, "UDP Port to use for calculation of ENR")
|
||||
tcpPort = flag.Int("port", 0, "TCP Port to use for calculation of ENR")
|
||||
udpPort = flag.Int("udp-port", 0, "UDP Port to use for calculation of ENR")
|
||||
tcpPort = flag.Int("tcp-port", 0, "TCP Port to use for calculation of ENR")
|
||||
ipAddr = flag.String("ipAddress", "", "IP to use in calculation of ENR")
|
||||
outfile = flag.String("out", "", "Filepath to write ENR")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user