Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Commits
2784956c
Commit
2784956c
authored
8 months ago
by
oljas.jarasbaev
Browse files
Options
Downloads
Patches
Plain Diff
[*] lead fix
parent
ed7840e8
No related branches found
Branches containing commit
No related tags found
1 merge request
!1715
Bugfix 12317
Pipeline
#41708
passed with stage
in 9 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
modules/net/dap_chain_node_cli_cmd_tx.c
+3
-0
3 additions, 0 deletions
modules/net/dap_chain_node_cli_cmd_tx.c
with
4 additions
and
1 deletion
dap-sdk
@
16a8aa9d
Compare
634bf59c
...
16a8aa9d
Subproject commit
634bf59c2a94a7dec82fcd9304e2f160b3419c45
Subproject commit
16a8aa9d669a7e8d6bf90b60306a5b11fc411028
This diff is collapsed.
Click to expand it.
modules/net/dap_chain_node_cli_cmd_tx.c
+
3
−
0
View file @
2784956c
...
@@ -659,6 +659,9 @@ size_t datums = 0;
...
@@ -659,6 +659,9 @@ size_t datums = 0;
if
(
json_object_array_length
(
j_arr_data
)
>
0
)
{
if
(
json_object_array_length
(
j_arr_data
)
>
0
)
{
json_object_object_add
(
j_obj_tx
,
"data"
,
j_arr_data
);
json_object_object_add
(
j_obj_tx
,
"data"
,
j_arr_data
);
json_object_array_add
(
json_obj_datum
,
j_obj_tx
);
json_object_array_add
(
json_obj_datum
,
j_obj_tx
);
}
else
{
json_object_put
(
j_arr_data
);
json_object_put
(
j_obj_tx
);
}
}
dap_list_free
(
l_list_out_items
);
dap_list_free
(
l_list_out_items
);
if
(
l_is_need_correction
&&
l_corr_object
)
{
if
(
l_is_need_correction
&&
l_corr_object
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment