wallet-http: create account: remove unused 'watch-only'

This commit is contained in:
Matthew Zipkin 2018-11-21 12:19:20 -08:00 committed by Braydon Fuller
parent 35a25e0d8b
commit bb1ce25449
No known key found for this signature in database
GPG Key ID: F24F232D108B3AD4

View File

@ -324,7 +324,6 @@ class HTTP extends Server {
const options = {
name: valid.str('account'),
witness: valid.bool('witness'),
watchOnly: valid.bool('watchOnly'),
type: valid.str('type'),
m: valid.u32('m'),
n: valid.u32('n'),