Skip to content
Snippets Groups Projects
Commit 2418a8b7 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

Merge branch 'backport-8227' into 'release-5.2'

Backport 8227

See merge request !1025
parents f4320a1c 123ea131
No related branches found
No related tags found
1 merge request!1025Backport 8227
Pipeline #24696 passed with stage
in 8 minutes and 11 seconds
......@@ -691,7 +691,7 @@ byte_t *dap_chain_datum_tx_item_get_data(dap_chain_tx_tsd_t *a_tx_tsd, int *a_ty
if (!a_tx_tsd || !a_type || !a_size)
return NULL;
*a_size = a_tx_tsd->header.size;
*a_size = ((dap_tsd_t*)(a_tx_tsd->tsd))->size;
*a_type = ((dap_tsd_t*)(a_tx_tsd->tsd))->type;
return ((dap_tsd_t*)(a_tx_tsd->tsd))->data;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment