From 9ce86bec5999d7e73d576ffe37b823b2ef5846de Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Wed, 20 Jan 2016 14:53:27 -0700 Subject: [PATCH] Remove type check on zcrawpour which is not necessary and causes errors with the RPC. --- src/wallet/rpcwallet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index f76a379a9..ed44a5992 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2447,8 +2447,6 @@ Value zc_raw_pour(const json_spirit::Array& params, bool fHelp) ); } - RPCTypeCheck(params, boost::assign::list_of(str_type)(obj_type)(obj_type)(int_type)(int_type)); - LOCK(cs_main); CTransaction tx;