From 16fd17b371e003cfccfae1da4f054ad147805069 Mon Sep 17 00:00:00 2001 From: Jesse Frush Date: Tue, 12 Dec 2023 01:33:44 -0800 Subject: [PATCH] support listDescriptors method for version >=0.22.0 --- src/methods.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/methods.js b/src/methods.js index c171200..d33d50a 100644 --- a/src/methods.js +++ b/src/methods.js @@ -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: {