fix: Update logger method for compatibility

This commit is contained in:
Zach Kelling
2025-08-06 06:55:30 +00:00
parent 0615791489
commit 6175b6c96f
+1 -1
View File
@@ -135,7 +135,7 @@ func (node *localNode) AttachPeer(ctx context.Context, router router.InboundHand
config := &peer.Config{
Metrics: metrics,
MessageCreator: mc,
Log: luxlog.NewNoLog(),
Log: luxlog.NewNoOpLogger(),
InboundMsgThrottler: throttling.NewNoInboundThrottler(),
Network: peer.TestNetwork,
Router: router,