Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-chain
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-chain
Compare revisions
aa95a9117e7491c6543e30dd8482738277c63141 to 28a2ac9fb57cdc01ed124c659f604efab8d5ed02
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/libdap-chain
Select target project
No results found
28a2ac9fb57cdc01ed124c659f604efab8d5ed02
Select Git revision
Swap
Target
cellframe/libdap-chain
Select target project
cellframe/libdap-chain
1 result
aa95a9117e7491c6543e30dd8482738277c63141
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
[*] Fixed wrong calc
· 28a2ac9f
Dmitriy A. Gerasimov
authored
4 years ago
28a2ac9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dap_chain_ledger.c
+1
-1
1 addition, 1 deletion
dap_chain_ledger.c
with
1 addition
and
1 deletion
dap_chain_ledger.c
View file @
28a2ac9f
...
...
@@ -226,7 +226,7 @@ int dap_chain_ledger_token_add(dap_ledger_t * a_ledger, dap_chain_datum_token_t
HASH_ADD_STR
(
PVT
(
a_ledger
)
->
tokens
,
ticker
,
l_token_item
)
;
log_it
(
L_NOTICE
,
"Token %s added (total_supply = %.1llf signs_valid=%hu signs_total=%hu type=%hu )"
,
a_token
->
header_auth
.
ticker
,
(
long
double
)
a_token
->
header_auth
.
total_supply
/
1000000000000
.
0L
,
(
long
double
)
a_token
->
header_auth
.
total_supply
/
DATOSHI_LD
,
a_token
->
header_auth
.
signs_valid
,
a_token
->
header_auth
.
signs_total
,
a_token
->
header_auth
.
type
);
// Proc emissions tresholds
s_treshold_emissions_proc
(
a_ledger
);
...
...
This diff is collapsed.
Click to expand it.