mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "cmd/bootnode: defer udp connection close (#27787)"
This reverts commit 6d08d1239a.
This commit is contained in:
parent
6c66c072f1
commit
f27d361291
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ func main() {
|
|||
if err != nil {
|
||||
utils.Fatalf("-ListenUDP: %v", err)
|
||||
}
|
||||
defer conn.Close()
|
||||
|
||||
db, _ := enode.OpenDB("")
|
||||
ln := enode.NewLocalNode(db, nodeKey)
|
||||
|
|
|
|||
Loading…
Reference in a new issue