Skip to content

Commit cb341a8

Browse files
n1rnapedrobranco
authored andcommitted
Add restorewallet rpc method for version >=0.23.0
1 parent e5cf912 commit cb341a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/methods.js

+7
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,13 @@ module.exports = {
656656
category: 'wallet',
657657
version: '>=0.16.0'
658658
},
659+
restoreWallet: {
660+
category: 'wallet',
661+
features: {
662+
multiwallet: '>=23.0.0'
663+
},
664+
version: '>=23.0.0'
665+
},
659666
saveMempool: {
660667
category: 'blockchain',
661668
version: '>=0.16.0'

0 commit comments

Comments
 (0)