Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Implement api_get_transaction_msg #37

Merged
merged 4 commits into from
Dec 31, 2018
Merged

Conversation

jkrvivian
Copy link
Member

Close #31

int ta_get_transaction_msg_res_serialize(
char** obj, const ta_get_transaction_msg_res_t* const res) {
cJSON* json_root = cJSON_CreateObject();
char trytes_out[NUM_TRYTES_SIGNATURE + 1];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is trytes_out used for?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trytes_out is the tryte string of res->msg which is trits, I'll rename it for better readability.

@jserv jserv merged commit 3446e6a into DLTcollab:master Dec 31, 2018
@jkrvivian jkrvivian deleted the api_get_txn_msg branch December 31, 2018 06:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants