Skip to content

Commit

Permalink
add comment to closeJob
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcarle committed Jan 27, 2023
1 parent 18fc86f commit 9371c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ type Peer struct {
server *server
p2pRPC *grpc.Server // rpc server over the p2p network

// Used to close the dagWorker pool for a given document.
// The string represents a dockey.
closeJob chan string
sendJobs chan *dagJob

Expand Down

0 comments on commit 9371c5c

Please sign in to comment.