fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
18 stars 18 forks source link

When node is re-syncing, then /status still returns node is running #248

Closed cstenglein closed 5 months ago

cstenglein commented 5 months ago

/api/status returns

{
    "setupPhase": "done",
    "state": "ready",
    "message": "Node Running",
    "initialsync": "running"
}

Even though the node is syncing again due to a bitcoind error.

cstenglein commented 5 months ago

Looks like an issue on my side, since initialsync is running