From 8aaa899d6f7bffb01b1deef2ef6981302e4b4034 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Fri, 14 Jun 2024 13:57:19 +0700 Subject: [PATCH] feat: add descriptors to `createWallet` --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index c2fd6be..8f34f7c 100644 --- a/lib/index.js +++ b/lib/index.js @@ -182,7 +182,7 @@ RpcClient.callspec = { clearBanned: '', createMultiSig: 'int str', createRawTransaction: 'str str int', - createWallet: 'str bool bool str bool bool', + createWallet: 'str bool bool str bool bool bool', debug: 'str', decodeRawTransaction: 'str', decodeScript: 'str',