Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wallet-http: create account: remove unused 'watch-only'
When a new account is created, it inherits its `watch-only`ness from the wallet that contains it. By removing this check, user will get "unrecognized option" error if they try to create an account with `watch-only`. Otherwise the parameter is just ignored and could cause user confusion.
- Loading branch information