aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/nat/nat_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/nat/nat_test.go')
-rw-r--r--p2p/nat/nat_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/nat/nat_test.go b/p2p/nat/nat_test.go
index 469101e99..814e6d9e1 100644
--- a/p2p/nat/nat_test.go
+++ b/p2p/nat/nat_test.go
@@ -28,7 +28,7 @@ import (
func TestAutoDiscRace(t *testing.T) {
ad := startautodisc("thing", func() Interface {
time.Sleep(500 * time.Millisecond)
- return extIP{33, 44, 55, 66}
+ return ExtIP{33, 44, 55, 66}
})
// Spawn a few concurrent calls to ad.ExternalIP.