-
Notifications
You must be signed in to change notification settings - Fork 0
Open
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.
Lines 34 to 38 in 86d47eb
| if (rpcurl === 'spawn') { | |
| localnet = await Server.regtestSetup({ debug }); | |
| } else { | |
| debug(`Using chain ${rpcurl}`); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels