aboutsummaryrefslogtreecommitdiff
path: root/network.go
diff options
context:
space:
mode:
Diffstat (limited to 'network.go')
-rw-r--r--network.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/network.go b/network.go
index cdc882a..71e0ffa 100644
--- a/network.go
+++ b/network.go
@@ -425,7 +425,7 @@ func (self PeerNetwork) RegPeerHandler(callback PeerNetworkPeerCallback, userdat
C.peernetwork_reg_peer_handler(self.inner, callback, userdata)
}
-// The C function pointer type which takes netaddr_t* and void* (passing in the
+// The C function pointer type which takes netaddr_t*, x509_t* and void* (passing in the
// custom user data allocated by C.malloc) as parameters.
type PeerNetworkUnknownPeerCallback = C.peernetwork_unknown_peer_callback_t