add jack.lbry.tech as a known node for debugging

This commit is contained in:
Jack Robison 2018-07-13 11:24:11 -04:00
parent a98d10fbd5
commit b136ac26ce

View file

@ -48,6 +48,10 @@ func (b *BootstrapNode) Add(c Contact) {
b.upsert(c)
}
func (b *BootstrapNode) AddKnownNode(c Contact) {
b.Node.rt.Update(c)
}
// Connect connects to the given connection and starts any background threads necessary
func (b *BootstrapNode) Connect(conn UDPConn) error {
err := b.Node.Connect(conn)