aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discv5/net_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/discv5/net_test.go')
-rw-r--r--p2p/discv5/net_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/discv5/net_test.go b/p2p/discv5/net_test.go
index 001d193cc..1a8137673 100644
--- a/p2p/discv5/net_test.go
+++ b/p2p/discv5/net_test.go
@@ -355,7 +355,7 @@ func (tn *preminedTestnet) mine(target NodeID) {
fmt.Printf(" target: %#v,\n", tn.target)
fmt.Printf(" targetSha: %#v,\n", tn.targetSha)
fmt.Printf(" dists: [%d][]NodeID{\n", len(tn.dists))
- for ld, ns := range tn.dists {
+ for ld, ns := range &tn.dists {
if len(ns) == 0 {
continue
}