From 6e55771451d159bd2c0b2f1fc97fc13fbeb96e26 Mon Sep 17 00:00:00 2001 From: linagee Date: Mon, 24 Aug 2015 14:09:40 -0600 Subject: [PATCH] spec-1 is 404'd, actual code is spec-2 --- whisper/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whisper/doc.go b/whisper/doc.go index cfb0b51175..8781d3b5a9 100644 --- a/whisper/doc.go +++ b/whisper/doc.go @@ -15,9 +15,9 @@ // along with the go-ethereum library. If not, see . /* -Package whisper implements the Whisper PoC-1. +Package whisper implements the Whisper PoC-2. -(https://github.com/ethereum/wiki/wiki/Whisper-PoC-1-Protocol-Spec) +(https://github.com/ethereum/wiki/wiki/Whisper-PoC-2-Protocol-Spec) Whisper combines aspects of both DHTs and datagram messaging systems (e.g. UDP). As such it may be likened and compared to both, not dissimilar to the