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
17
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
49d4a393
Commit
49d4a393
authored
1 year ago
by
pavel.uhanov
Browse files
Options
Downloads
Patches
Plain Diff
[*] add NULL cert pinter to ledger test
parent
5aad0eca
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1176
Bugfix nativwinbuild
,
!1173
bugfix-7338
Pipeline
#28294
passed with stage
in 10 minutes and 20 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/chain/tests/dap_chain_ledger_tests.c
+1
-1
1 addition, 1 deletion
modules/chain/tests/dap_chain_ledger_tests.c
with
2 additions
and
2 deletions
dap-sdk
@
c7b6e75b
Compare
3f962ecd
...
c7b6e75b
Subproject commit
3f962ecd48879972ee6c958e1ea3fe4c1cf2273d
Subproject commit
c7b6e75b903529d767159b7fecb7a7b32a7d272c
This diff is collapsed.
Click to expand it.
modules/chain/tests/dap_chain_ledger_tests.c
+
1
−
1
View file @
49d4a393
...
...
@@ -369,7 +369,7 @@ void dap_chain_ledger_test_run(void){
dap_print_module_name
(
"dap_chain_ledger"
);
uint16_t
l_flags
=
0
;
l_flags
|=
DAP_CHAIN_LEDGER_CHECK_TOKEN_EMISSION
;
dap_ledger_t
*
l_ledger
=
dap_chain_ledger_create
(
l_flags
,
"Snet"
,
s_token_ticker
);
dap_ledger_t
*
l_ledger
=
dap_chain_ledger_create
(
l_flags
,
"Snet"
,
s_token_ticker
,
NULL
);
char
*
l_seed_ph
=
"H58i9GJKbn91238937^#$t6cjdf"
;
size_t
l_seed_ph_size
=
strlen
(
l_seed_ph
);
dap_cert_t
*
l_cert
=
dap_cert_generate_mem_with_seed
(
"testCert"
,
DAP_ENC_KEY_TYPE_SIG_PICNIC
,
l_seed_ph
,
l_seed_ph_size
);
...
...
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