Skip to content

Commit

Permalink
fix: register both ntn and ntc listeners
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Dec 13, 2024
1 parent abd8dd7 commit 3f243c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ func (n *Node) configureConnManager() error {
),
),
)
tmpListeners[idx] = l
}
tmpListeners[idx] = l
}
// Create connection manager
n.connManager = connmanager.NewConnectionManager(
Expand Down

0 comments on commit 3f243c5

Please sign in to comment.