aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/pss
diff options
context:
space:
mode:
authorViktor TrĂ³n <viktor.tron@gmail.com>2018-10-03 20:59:41 +0800
committerGitHub <noreply@github.com>2018-10-03 20:59:41 +0800
commite5677114dc7461fe39ebe353a4657aa4cb03fde4 (patch)
tree8605f9a8b726b158fd01b4befced1e3ba92ca1f9 /swarm/pss
parent303b99663e963a520aaa44eca68e042d9fe230af (diff)
parentde01178c18766b9f744acc94fe2b96804f998e40 (diff)
downloaddexon-e5677114dc7461fe39ebe353a4657aa4cb03fde4.tar
dexon-e5677114dc7461fe39ebe353a4657aa4cb03fde4.tar.gz
dexon-e5677114dc7461fe39ebe353a4657aa4cb03fde4.tar.bz2
dexon-e5677114dc7461fe39ebe353a4657aa4cb03fde4.tar.lz
dexon-e5677114dc7461fe39ebe353a4657aa4cb03fde4.tar.xz
dexon-e5677114dc7461fe39ebe353a4657aa4cb03fde4.tar.zst
dexon-e5677114dc7461fe39ebe353a4657aa4cb03fde4.zip
Merge pull request #17796 from epiclabs-io/mru-feeds
swarm/storage/feeds: Renamed MRU to Swarm Feeds
Diffstat (limited to 'swarm/pss')
-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)