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
Merge requests
!1780
hotfix-12480
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
hotfix-12480
hotfix-12480
into
master
Overview
0
Commits
10
Pipelines
9
Changes
3
Merged
pavel.uhanov
requested to merge
hotfix-12480
into
master
6 months ago
Overview
0
Commits
10
Pipelines
9
Changes
1
Expand
[*] update token_update_sign description
[*] change node logs level in empty node list situation
Edited
6 months ago
by
pavel.uhanov
👍
0
👎
0
Merge request reports
Viewing commit
abf6a19f
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
abf6a19f
...
· abf6a19f
pavel.uhanov
authored
6 months ago
modules/net/dap_chain_node_cli.c
+
2
−
2
Options
@@ -219,8 +219,8 @@ int dap_chain_node_cli_init(dap_config_t * g_config)
);
dap_cli_server_cmd_add
(
"token_update_sign"
,
com_token_decl_sign
,
"Token update add sign to datum"
,
"token_update_sign -net <net_name> [-chain <chain_name>] -datum <datum_hash> -certs <cert
s
list
separated by commas
>
\n
"
"
\t
Sign existent <datum hash> in mempool with <certs
list>
\n
"
"token_update_sign -net <net_name> [-chain <chain_name>] -datum <datum_hash> -certs <cert
_
list>
\n
"
"
\t
Sign existent <datum hash> in mempool with <certs
_
list>
\n
"
);
// Token commands
Loading