Remove type check on zcrawpour which is not necessary and causes errors with the RPC.

This commit is contained in:
Sean Bowe 2016-01-20 14:53:27 -07:00
parent 559ab22589
commit 9ce86bec59
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;