Skip to content

Commit

Permalink
Add restorewallet rpc method for version >=0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n1rna authored and pedrobranco committed Feb 27, 2024
1 parent b11c502 commit 9c76669
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 @@ -670,6 +670,13 @@ module.exports = {
category: 'wallet',
version: '>=0.16.0'
},
restoreWallet: {
category: 'wallet',
features: {
multiwallet: '>=23.0.0'
},
version: '>=23.0.0'
},
saveMempool: {
category: 'blockchain',
version: '>=0.16.0'
Expand Down

0 comments on commit 9c76669

Please sign in to comment.