Skip to content

Commit

Permalink
fix: call the correct tracer function in FloodSubRouter.Leave
Browse files Browse the repository at this point in the history
fixes #372
  • Loading branch information
Stebalien committed Aug 10, 2020
1 parent 9a5528b commit f7b739b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floodsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ func (fs *FloodSubRouter) Join(topic string) {
}

func (fs *FloodSubRouter) Leave(topic string) {
fs.tracer.Join(topic)
fs.tracer.Leave(topic)
}

0 comments on commit f7b739b

Please sign in to comment.