platone my_contract_cpp_abi_setName parameters should judgment msg parameter is empty #1313
Labels
bug
Something isn't working
Priority/P1
High priority. Features that will be implemented in the latest or next major/minor version.
Severity/major
Important features.
BCHAR *my_contract_cpp_abi_setName(BoatPlatoneTx tx_ptr, BCHAR msg)
{
static BCHAR tx_hash_str[67] = "";
BoatFieldVariable data_field;
RlpEncodedStreamObject *rlp_stream_ptr;
RlpObject rlp_object_list;
RlpObject rlp_object_txtype;
BUINT64 txtype;
RlpObject rlp_object_string_func_name;
RlpObject rlp_object_string_msg;
boat_try_declare;
The text was updated successfully, but these errors were encountered: