mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Merge branch 'boostrapTypo2023-10-14' into 'main'
Fix boostrap in bootstrap.rs comment See merge request veilid/veilid!220
This commit is contained in:
commit
794c6306a6
@ -158,7 +158,7 @@ impl RoutingTable {
|
|||||||
for bsname in bsnames {
|
for bsname in bsnames {
|
||||||
unord.push(
|
unord.push(
|
||||||
async move {
|
async move {
|
||||||
// look up boostrap node txt records
|
// look up bootstrap node txt records
|
||||||
let bsnirecords = match intf::txt_lookup(&bsname).await {
|
let bsnirecords = match intf::txt_lookup(&bsname).await {
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
warn!(
|
warn!(
|
||||||
|
Loading…
Reference in New Issue
Block a user