Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
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
python-cellframe
Commits
6a14233b
Commit
6a14233b
authored
3 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix-4954' into 'master'
hotfix-4954 See merge request
!68
parents
b0d2c416
c5a88884
No related branches found
No related tags found
1 merge request
!68
hotfix-4954
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/cellframe-sdk/common/src/wrapping_dap_chain_common.c
+1
-1
1 addition, 1 deletion
modules/cellframe-sdk/common/src/wrapping_dap_chain_common.c
with
1 addition
and
1 deletion
modules/cellframe-sdk/common/src/wrapping_dap_chain_common.c
+
1
−
1
View file @
6a14233b
...
...
@@ -83,6 +83,6 @@ PyObject * dap_chain_balance_to_coins_py(PyObject *self, PyObject *args){
if
(
!
PyArg_ParseTuple
(
args
,
"k"
,
&
balance
)){
return
NULL
;
}
const
char
*
str
=
dap_chain_balance_to_coins
(
dap_chain_uint128_
to
(
balance
));
const
char
*
str
=
dap_chain_balance_to_coins
(
dap_chain_uint128_
from
(
balance
));
return
Py_BuildValue
(
"s"
,
str
);
}
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