Skip to content

Commit

Permalink
Add support for bitcoin@0.23.0 RPC methods
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomatbarbosa committed Jul 27, 2022
1 parent f6ad8a6 commit 0301574
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ export default {
category: 'network',
version: '>=0.1.0'
},
getDeploymentInfo: {
category: 'blockchain',
version: '>=0.23.0'
},
getDescriptorInfo: {
category: 'util',
version: '>=0.18.0'
Expand Down

0 comments on commit 0301574

Please sign in to comment.