mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-10 09:53:06 +00:00
display ENR
This commit is contained in:
parent
ebcbff62eb
commit
682be9b1e5
@ -100,9 +100,6 @@ var rootCmd = &cobra.Command{
|
||||
prvKey, err := crypto.HexToECDSA(key)
|
||||
checkError(err, "error converting key into valid ecdsa key")
|
||||
|
||||
// TODO: this ENR record might be necessary later for DNS discovery
|
||||
// enr := enode.NewV4(&prvKey.PublicKey, hostAddr.IP, hostAddr.Port, 0)
|
||||
|
||||
if dbPath == "" && useDB {
|
||||
checkError(errors.New("dbpath can't be null"), "")
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user