Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
celllframe-node
Commits
d96cfe27
Commit
d96cfe27
authored
2 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[*] Moved global database to DAP SDK
parent
5e3f082a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!974
bugfix-8996
,
!873
Hotfix 8568
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
sources/main_node_tool.c
+1
-1
1 addition, 1 deletion
sources/main_node_tool.c
with
4 additions
and
4 deletions
cellframe-sdk
@
cbcf1774
Compare
76dfceb9
...
cbcf1774
Subproject commit
76dfceb9c02f6d4fbaf97a47aa10cd8828c01c70
Subproject commit
cbcf1774a01afd1fac7b516aebf2290842e76713
This diff is collapsed.
Click to expand it.
dap-sdk
@
22b7e62a
Compare
0e4afb7d
...
22b7e62a
Subproject commit
0e4afb7d1c40040641ccee1be2d246e856740b23
Subproject commit
22b7e62aa768ebeb6a4a93cd87cb99e2cf396637
This diff is collapsed.
Click to expand it.
python-cellframe
@
dd2de824
Compare
673eb313
...
dd2de824
Subproject commit
673eb31389a28176f288684ee157bc10e36a012a
Subproject commit
dd2de8244d768d22ec76010c22c7c4d13520c706
This diff is collapsed.
Click to expand it.
sources/main_node_tool.c
+
1
−
1
View file @
d96cfe27
...
@@ -227,7 +227,7 @@ static int s_wallet_create(int argc, const char **argv) {
...
@@ -227,7 +227,7 @@ static int s_wallet_create(int argc, const char **argv) {
exit
(
-
2004
);
exit
(
-
2004
);
}
}
l_wallet
=
dap_chain_wallet_create
(
l_wallet_name
,
s_system_wallet_dir
,
l_sig_type
);
l_wallet
=
dap_chain_wallet_create
(
l_wallet_name
,
s_system_wallet_dir
,
l_sig_type
,
NULL
);
return
0
;
return
0
;
}
}
...
...
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