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 dfe5578 commit 5093977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/backend/lnd/lnd.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func (l Backend) SubscribeRoutingEvents(ctx context.Context, channelEvents chan
return err
}

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

/* if event.EventType == routerrpc.HtlcEvent_UNKNOWN {
continue
Expand Down

0 comments on commit 5093977

Please sign in to comment.