wallet-http: create account: remove unused 'watch-only'
This commit is contained in:
parent
35a25e0d8b
commit
bb1ce25449
@ -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'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user