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 5093977 commit 3924dcf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions network/backend/lnd/lnd.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,10 @@ func (l Backend) SubscribeRoutingEvents(ctx context.Context, channelEvents chan
return err
}

l.logger.Debug("EVENT\n", logging.String("subscribedEvent", event.GetSubscribedEvent().String()))

/* if event.EventType == routerrpc.HtlcEvent_UNKNOWN {
continue
}*/
if event.GetSubscribedEvent() != nil {
channelEvents <- protoToRoutingEvent(event)
}

channelEvents <- protoToRoutingEvent(event)
}
}
}
Expand Down

0 comments on commit 3924dcf

Please sign in to comment.