|
|
|
@ -349,7 +349,7 @@ UniValue createrawtransaction(const JSONRPCRequest& request)
|
|
|
|
|
+ HelpExampleRpc("createrawtransaction", "\"[{\\\"txid\\\":\\\"myid\\\",\\\"vout\\\":0}]\", \"{\\\"data\\\":\\\"00010203\\\"}\"")
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
RPCTypeCheck(request.params, {UniValue::VARR, UniValue::VOBJ, UniValue::VNUM}, true);
|
|
|
|
|
RPCTypeCheck(request.params, {UniValue::VARR, UniValue::VOBJ, UniValue::VNUM, UniValue::VBOOL}, true);
|
|
|
|
|
if (request.params[0].isNull() || request.params[1].isNull())
|
|
|
|
|
throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid parameter, arguments 1 and 2 must be non-null");
|
|
|
|
|
|
|
|
|
|