Skip to content

Problems with command-line options silently ignored #1044

@laanwj

Description

@laanwj

In this case, the rpcport argument is silently ignored:

-testnet -nolisten -server -connect 192.168.1.11 -rpcport=12345

However, when adding a = after connect, it works, i.e.

-testnet -nolisten -server -connect=192.168.1.11 -rpcport=12345

It could be that the first is simply wrong; in that case, it should probably show an error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions