Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
swarm/pss: Rebase on master after handler refactor and new kaddepth m…
Browse files Browse the repository at this point in the history
…erge
  • Loading branch information
nolash committed Nov 26, 2018
1 parent 695a5cc commit 9fc6a4b
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/pss/pss.go
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ func (p *Pss) SendRaw(address PssAddress, topic Topic, msg []byte) error {

// if we have a proxhandler on this topic
// also deliver message to ourselves
if p.isSelfPossibleRecipient(pssMsg, true) && p.topicHandlerCaps[topic].prox {
if p.topicHandlerCaps[topic].prox && p.isSelfPossibleRecipient(pssMsg, true) {
return p.process(pssMsg, true, true)
}
return nil
Expand Down
Loading

0 comments on commit 9fc6a4b

Please sign in to comment.