Closed rafaelcr closed 3 months ago
When starting ordhook, these errors are common
unable to retrieve Bitcoin chain tip (JSON-RPC error: RPC error response: RpcError { code: -28, message: "Loading block index…", data: None })
unable to connect to bitcoind: JSON-RPC error: RPC error response: RpcError { code: -28, message: "Loading block index…", data: None }
we should retry this attempt indefinitely if we see code -28 returned by bitcoind
-28
When starting ordhook, these errors are common
we should retry this attempt indefinitely if we see code
-28
returned by bitcoind