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
Compare revisions
0f5c1b68046e19d479c1543e98e8b7f11d8b5e30 to bcf8c7a54278129bc4fc8d60db60f617cf206840
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/python-cellframe
Select target project
No results found
bcf8c7a54278129bc4fc8d60db60f617cf206840
Select Git revision
Swap
Target
cellframe/python-cellframe
Select target project
cellframe/python-cellframe
1 result
0f5c1b68046e19d479c1543e98e8b7f11d8b5e30
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
[*] Python wrapper fit in
· bcf8c7a5
Roman Khlopkov
authored
4 years ago
bcf8c7a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/cellframe-sdk/chain/src/wrapping_dap_chain_ledger.c
+1
-1
1 addition, 1 deletion
modules/cellframe-sdk/chain/src/wrapping_dap_chain_ledger.c
with
1 addition
and
1 deletion
modules/cellframe-sdk/chain/src/wrapping_dap_chain_ledger.c
View file @
bcf8c7a5
...
...
@@ -229,7 +229,7 @@ PyObject *dap_chain_ledger_tx_cache_find_out_cond_py(PyObject *self, PyObject *a
int
*
out_cond_idx
=
NULL
;
((
PyDapChainDatumTxObject
*
)
res
)
->
datum_tx
=
(
dap_chain_datum_tx_t
*
)
dap_chain_ledger_tx_cache_find_out_cond
(
((
PyDapChainLedgerObject
*
)
self
)
->
ledger
,
((
PyDapHashFastObject
*
)
obj_first_hash
)
->
hash_fast
((
PyDapHashFastObject
*
)
obj_first_hash
)
->
hash_fast
,
out_conds
,
out_cond_idx
);
return
Py_BuildValue
(
"O"
,
res
);
}
...
...
This diff is collapsed.
Click to expand it.