add jack.lbry.tech as a known node for debugging
This commit is contained in:
parent
a98d10fbd5
commit
b136ac26ce
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue