Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
hieblmi committed May 3, 2024
1 parent 2356100 commit bc5345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (p *PubSub) routingUpdates(ctx context.Context, sub chan *events.Event) {
go func() {
for hu := range routingUpdates {
p.logger.Debug("receive htlcUpdate")
if !(*hu).IsEmpty() {
if (*hu).OutgoingChannelId != 0 {
sub <- events.NewWithData(events.RoutingEventUpdated, hu)
}
}
Expand Down

0 comments on commit bc5345a

Please sign in to comment.