interlay / interbtc-clients

interBTC Clients | Vault, Oracle, Faucet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix bitcoin synced check, prevent invalid rescan range

sander2 opened this issue · comments

The check that we do to see if the bitcoin chain is fully synced is not working correctly in all cases. We need to fix this, because if we don't wait long enough, an invalid rescan range can be calculated, causing the vault to fail to start up

Fixed by #488