Skip to content

Commit

Permalink
noop
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonSw4n committed Jan 30, 2024
1 parent edaf174 commit 81252f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/network_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// the initial connections a node makes to the network. It is also responsible for creating RemoteNodes from all
// successful outbound and inbound connections. The NetworkManager also ensures that the node is connected to
// the active validators, once the node reaches Proof of Stake.
// TODO: Document more in later PRs
// TODO: Document more
type NetworkManager struct {
// The parameters we are initialized with.
params *DeSoParams
Expand Down

0 comments on commit 81252f3

Please sign in to comment.