From 8e7eae42af12f91cdb291ff1cbd1b86815f14cc9 Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Sun, 28 Jan 2024 17:24:02 +0200 Subject: [PATCH] fix for getassetunlockstatuses --- src/rpc/client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index e9050e41ca9f3..de443059c9e22 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -58,6 +58,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listreceivedbylabel", 1, "addlocked" }, { "listreceivedbylabel", 2, "include_empty" }, { "listreceivedbylabel", 3, "include_watchonly" }, + { "getassetunlockstatuses", 0, "indexes" }, { "getbalance", 1, "minconf" }, { "getbalance", 2, "addlocked" }, { "getbalance", 3, "include_watchonly" },