Samourai-Wallet / whirlpool-client-cli

Command line Whirlpool client
Other
16 stars 13 forks source link

Startup failure for `clients` option on 0.10.4 #19

Closed MrHash closed 4 years ago

MrHash commented 4 years ago

Cannot start client with any value for --clients startup option, nor removing the option from startup command.

Failed to bind properties under 'cli.mix.clients' to int:

    Property: cli.mix.clients
    Value:
    Origin: URL [file:whirlpool-cli-config.properties]:5:0
    Reason: failed to convert java.lang.String to @javax.validation.constraints.NotEmpty int
MrHash commented 4 years ago

To follow up, workaround was to manually set cli.mix.clients=5 in whirlpool-cli-config.properties because it was empty in there and startup override serves no purpose.

zeroleak commented 4 years ago

thanks