Open torkelrogstad opened 2 months ago
Describe the bug Calling get_new_address with an empty descriptor prints an error, but exits with 0.
get_new_address
To Reproduce
$ bdk-cli --network signet wallet --descriptor "" get_new_address $ echo $? 0
Expected behavior I'd expect a non-0 exit code.
Build environment
Describe the bug
Calling
get_new_address
with an empty descriptor prints an error, but exits with 0.To Reproduce
Expected behavior
I'd expect a non-0 exit code.
Build environment