From 0db20f782a3731a83fed29c9c82e73070f2b246f Mon Sep 17 00:00:00 2001 From: Cornelius Schumacher Date: Sat, 27 Feb 2021 23:08:35 +0100 Subject: [PATCH] Update RPCs added and removed in 0.20 --- helpers/rpc/annotations-bitcoin-0.21.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helpers/rpc/annotations-bitcoin-0.21.json b/helpers/rpc/annotations-bitcoin-0.21.json index 8a41136..51e81f8 100644 --- a/helpers/rpc/annotations-bitcoin-0.21.json +++ b/helpers/rpc/annotations-bitcoin-0.21.json @@ -137,6 +137,9 @@ ] } }, + "dumptxoutset": { + "added": "0.20" + }, "dumpwallet": { "see_also": { "commands": [ @@ -193,6 +196,9 @@ ] } }, + "generatetodescriptor": { + "added": "0.20" + }, "getaccount": { "removed": "0.18.0" },