Default rpcurl doesn't construct Rpc object
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The server's default rpcurl is http://127.0.0.1:8941, meaning "connect to an existing node" is the intended primary mode, and --rpcurl=spawn is the special case. But the else branch never constructs the Bitcoin.Rpc object, so the server starts successfully and silently, then crashes on the first request.
https://github.com/hackbg/simf-app/blob/86d47eb05a51edc7e52b56a0bb1c7055b4aca5b4/service/server.ts#L34-L38
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.