diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index e7cd7f2aeee..5884941e1a1 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -81,6 +81,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 0, "minconf" }, { "listunspent", 1, "maxconf" }, { "listunspent", 2, "addresses" }, + { "listunspent", 3, "include_unsafe" }, { "getblock", 1, "verbose" }, { "getblockheader", 1, "verbose" }, { "gettransaction", 1, "include_watchonly" },