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" },