Skip to content

Commit

Permalink
Remove unused logger field
Browse files Browse the repository at this point in the history
  • Loading branch information
nozim committed Dec 12, 2023
1 parent 85ba70c commit 43c6a4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions p2p/peer_manager.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package p2p

import (
"log/slog"
"sort"
"sync"
"time"
Expand Down Expand Up @@ -31,7 +30,6 @@ type PeerManager struct {
peers []PeerI
network wire.BitcoinNet
batchDelay time.Duration
logger slog.Logger
ebs int64
}

Expand Down

0 comments on commit 43c6a4b

Please sign in to comment.