From b3d9bbc7dc1ee3c78ceab2566122e4136f8919fb Mon Sep 17 00:00:00 2001 From: tnaka Date: Mon, 19 Jun 2017 11:48:57 +0900 Subject: fixed listunspent rpc convert parameter --- src/rpc/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc/client.cpp') diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 027267ff7..0ad6c3ef2 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listunspent", 0, "minconf" }, { "listunspent", 1, "maxconf" }, { "listunspent", 2, "addresses" }, + { "listunspent", 3, "include_unsafe" }, { "listunspent", 4, "query_options" }, { "getblock", 1, "verbose" }, { "getblockheader", 1, "verbose" }, -- cgit v1.2.3