aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisperv5/doc.go
diff options
context:
space:
mode:
authorgluk256 <gluk256@users.noreply.github.com>2017-01-31 18:16:20 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-01-31 18:16:20 +0800
commit690f6ea1d74f949d4830d3a38c786510fc43d37c (patch)
treef60153a53bc05fabf8981a9a5d9868033fdae209 /whisper/whisperv5/doc.go
parent1c140f73820e2a915dcc61eccaeca7ea359cf07b (diff)
downloadgo-tangerine-690f6ea1d74f949d4830d3a38c786510fc43d37c.tar
go-tangerine-690f6ea1d74f949d4830d3a38c786510fc43d37c.tar.gz
go-tangerine-690f6ea1d74f949d4830d3a38c786510fc43d37c.tar.bz2
go-tangerine-690f6ea1d74f949d4830d3a38c786510fc43d37c.tar.lz
go-tangerine-690f6ea1d74f949d4830d3a38c786510fc43d37c.tar.xz
go-tangerine-690f6ea1d74f949d4830d3a38c786510fc43d37c.tar.zst
go-tangerine-690f6ea1d74f949d4830d3a38c786510fc43d37c.zip
cmd/wnode, whisper: add whisper CLI tool and mail server (#3580)
Diffstat (limited to 'whisper/whisperv5/doc.go')
-rw-r--r--whisper/whisperv5/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/whisper/whisperv5/doc.go b/whisper/whisperv5/doc.go
index 8ec81b180..b82a82468 100644
--- a/whisper/whisperv5/doc.go
+++ b/whisper/whisperv5/doc.go
@@ -83,5 +83,5 @@ func (e unknownVersionError) Error() string {
// in order to bypass the expiry checks.
type MailServer interface {
Archive(env *Envelope)
- DeliverMail(whisperPeer *Peer, data []byte)
+ DeliverMail(whisperPeer *Peer, request *Envelope)
}