From ca8b7d48e017ecff998957219645c8f4077b0939 Mon Sep 17 00:00:00 2001 From: Brendan Mc Date: Wed, 3 Sep 2014 21:09:25 -0400 Subject: [PATCH] Apparently I changed something. --- identify/identify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identify/identify.go b/identify/identify.go index cdf86cca7..3879f61cc 100644 --- a/identify/identify.go +++ b/identify/identify.go @@ -34,7 +34,7 @@ var SupportedHashes = "SHA256,SHA512,SHA1" var ErrUnsupportedKeyType = errors.New("unsupported key type") // Perform initial communication with this peer to share node ID's and -// initiate communication +// initiate communication. (secureIn, secureOut, error) func Handshake(self, remote *peer.Peer, in, out chan []byte) (chan []byte, chan []byte, error) { // Generate and send Hello packet. // Hello = (rand, PublicKey, Supported)