Remove type check on zcrawpour which is not necessary and causes errors with the RPC.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user