aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/pss/notify/notify.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/pss/notify/notify.go')
-rw-r--r--swarm/pss/notify/notify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/pss/notify/notify.go b/swarm/pss/notify/notify.go
index 723092c32..3731fb9db 100644
--- a/swarm/pss/notify/notify.go
+++ b/swarm/pss/notify/notify.go
@@ -317,7 +317,7 @@ func (c *Controller) handleStartMsg(msg *Msg, keyid string) (err error) {
return err
}
- // TODO this is set to zero-length byte pending decision on protocol for initial message, whether it should include message or not, and how to trigger the initial message so that current state of MRU is sent upon subscription
+ // TODO this is set to zero-length byte pending decision on protocol for initial message, whether it should include message or not, and how to trigger the initial message so that current state of Swarm feed is sent upon subscription
notify := []byte{}
replyMsg := NewMsg(MsgCodeNotifyWithKey, msg.namestring, make([]byte, len(notify)+symKeyLength))
copy(replyMsg.Payload, notify)