aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/testing/peerpool.go
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/testing/peerpool.go')
-rw-r--r--p2p/testing/peerpool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/testing/peerpool.go b/p2p/testing/peerpool.go
index 01ccce67e..09db4b246 100644
--- a/p2p/testing/peerpool.go
+++ b/p2p/testing/peerpool.go
@@ -26,7 +26,7 @@ import (
type TestPeer interface {
ID() enode.ID
- Drop(error)
+ Drop()
}
// TestPeerPool is an example peerPool to demonstrate registration of peer connections