Skip to content

Commit

Permalink
feat(p2p): remove unused shutdownSched
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Mar 11, 2024
1 parent b988a37 commit 4c17421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transports/p2p/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ func (ps *peerState) forAllPeers(closure func(sp *serverPeer)) {
type server struct {
started int32
shutdown int32
shutdownSched int32
startupTime int64

chainParams *chaincfg.Params
Expand Down

0 comments on commit 4c17421

Please sign in to comment.