workaround for lnd rescan bug

This commit is contained in:
shocknet-justin 2025-08-27 23:27:49 -04:00
parent ce94b316fb
commit 3b8ec65c67
6 changed files with 92 additions and 2 deletions

View file

@ -107,6 +107,7 @@ else
# Only start services if it was a fresh install or an upgrade.
if [ "$pub_upgrade_status" -eq 0 ] || [ "$pub_upgrade_status" -eq 100 ]; then
log "Starting services..."
log "Note: LND may take several minutes to sync block headers depending on network conditions."
touch /tmp/pub_install_timestamp
start_services $lnd_status $pub_upgrade_status || log_error "Failed to start services" 1
get_log_info || log_error "Failed to get log info" 1