remove a few calls to bootstrap fallback

pull/2232/head
dr7ana 4 months ago
parent fbd193540b
commit 0fe8c6f0a6

@ -695,7 +695,7 @@ namespace llarp
src,
bootstrap_attempts,
MAX_BOOTSTRAP_FETCH_ATTEMPTS);
fallback_to_bootstrap();
// fallback_to_bootstrap();
return;
}
@ -725,7 +725,7 @@ namespace llarp
bootstrap_attempts,
MAX_BOOTSTRAP_FETCH_ATTEMPTS,
e.what());
fallback_to_bootstrap();
// fallback_to_bootstrap();
return;
}

Loading…
Cancel
Save