Skip to content

Commit

Permalink
feat: add descriptors to createWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jun 14, 2024
1 parent b14b2ac commit 8aaa899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ RpcClient.callspec = {
clearBanned: '',
createMultiSig: 'int str',
createRawTransaction: 'str str int',
createWallet: 'str bool bool str bool bool',
createWallet: 'str bool bool str bool bool bool',
debug: 'str',
decodeRawTransaction: 'str',
decodeScript: 'str',
Expand Down

0 comments on commit 8aaa899

Please sign in to comment.