From 789cb198eac580a8c5bb42da65cd6551e8707dce Mon Sep 17 00:00:00 2001 From: tnaka Date: Mon, 19 Jun 2017 11:12:23 +0900 Subject: [PATCH] fixed listunspent rpc convert parameter --- src/rpc/client.cpp | 1 + 1 file changed, 1 insertion(+) 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" },