mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
fix: Update logger method for compatibility
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user