Skip to content

Commit

Permalink
wallet-http: remove witness options from create account and create wa…
Browse files Browse the repository at this point in the history
…llet.
  • Loading branch information
nodech committed Mar 9, 2021
1 parent b66085a commit 5ad23d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/wallet/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ class HTTP extends Server {
passphrase: valid.str('passphrase'),
master: master,
mnemonic: mnemonic,
witness: valid.bool('witness'),
accountKey: accountKey,
watchOnly: valid.bool('watchOnly')
});
Expand Down Expand Up @@ -345,7 +344,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'),
Expand Down

0 comments on commit 5ad23d4

Please sign in to comment.