Skip to content

Commit

Permalink
support listDescriptors method for version >=0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turkycat authored and pedrobranco committed Feb 27, 2024
1 parent 31e91e2 commit 16fd17b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,13 @@ module.exports = {
category: 'network',
version: '>=0.12.0'
},
listDescriptors: {
category: 'wallet',
features: {
multiwallet: '>=0.22.0'
},
version: '>=0.22.0'
},
listLabels: {
category: 'wallet',
features: {
Expand Down

0 comments on commit 16fd17b

Please sign in to comment.