decred / dcrwallet

A secure Decred wallet daemon written in Go (golang).
https://decred.org
ISC License
211 stars 153 forks source link

Improve error message for initial csppsolver check #2354

Closed jrick closed 1 month ago

jrick commented 1 month ago

There was some confusion over the csppsolver option that resulted in it being set as if it were a boolean option. This caused a properly built and working csppsolver to not be used, and instead, the solverrpc package attempted look up and exec a file named "1". Adding the error message would have removed some confusion as this was debugged.