Skip to content

Commit

Permalink
Merge PR #571 from 'nodar-chkuaselidze/minor-fix/remove-witness-from-…
Browse files Browse the repository at this point in the history
…wallethttp'
  • Loading branch information
pinheadmz committed Mar 10, 2021
2 parents 9d6e094 + 5ad23d4 commit 1804d86
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 1804d86

Please sign in to comment.