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
18
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
be20f8d2
Commit
be20f8d2
authored
1 year ago
by
oljas.jarasbaev
Browse files
Options
Downloads
Patches
Plain Diff
[+] datoshi and coins value
parent
decdb917
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1519
hotfix_10684_port_to_rc
,
!1457
hotfix-9744
Pipeline
#36623
passed with stage
Stage: build
in 16 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/common/include/dap_chain_common.h
+1
-1
1 addition, 1 deletion
modules/common/include/dap_chain_common.h
with
1 addition
and
1 deletion
modules/common/include/dap_chain_common.h
+
1
−
1
View file @
be20f8d2
...
@@ -249,7 +249,7 @@ DAP_STATIC_INLINE uint256_t dap_chain_uint256_from_uint128(uint128_t a_from)
...
@@ -249,7 +249,7 @@ DAP_STATIC_INLINE uint256_t dap_chain_uint256_from_uint128(uint128_t a_from)
}
}
#define dap_chain_balance_print dap_uint256_uninteger_to_char
#define dap_chain_balance_print dap_uint256_uninteger_to_char
#define dap_chain_balance_scan dap_uint256_scan_uninteger
#define dap_chain_balance_scan
(a_balance) (strchr(a_balance, '.') && !strchr(a_balance, '+')) ? dap_uint256_scan_decimal(a_balance) :
dap_uint256_scan_uninteger
(a_balance)
#define dap_chain_balance_to_coins dap_uint256_decimal_to_char
#define dap_chain_balance_to_coins dap_uint256_decimal_to_char
#define dap_chain_coins_to_balance dap_uint256_scan_decimal
#define dap_chain_coins_to_balance dap_uint256_scan_decimal
#define dap_chain_uint256_to dap_uint256_to_uint64
#define dap_chain_uint256_to dap_uint256_to_uint64
...
...
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