Merge pull request #640 from ebfull/remove-type-ck

Remove type check on zcrawpour which is not necessary and causes errors with the RPC.
This commit is contained in:
ebfull 2016-01-20 15:05:48 -07:00
commit fc0ae34c58
1 changed files with 0 additions and 2 deletions

View File

@ -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;