Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-chain-wallet-python
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-wallet-python
Compare revisions
591cf4502be97766a9ac800bb66de761890c1c9f to 369b6d0b4d39e93f607981049225de75cbb8950b
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-wallet-python
Select target project
No results found
369b6d0b4d39e93f607981049225de75cbb8950b
Select Git revision
Branches
features-3523
master
Swap
Target
cellframe/libdap-chain-wallet-python
Select target project
cellframe/libdap-chain-wallet-python
1 result
591cf4502be97766a9ac800bb66de761890c1c9f
Select Git revision
Branches
features-3523
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
[*] Moved LOG_TAG from .h to .c
· 369b6d0b
Dmitriy A. Gerasimov
authored
4 years ago
369b6d0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/dap_chain_wallet_python.h
+0
-2
0 additions, 2 deletions
include/dap_chain_wallet_python.h
src/dap_chain_wallet_python.c
+1
-0
1 addition, 0 deletions
src/dap_chain_wallet_python.c
with
1 addition
and
2 deletions
include/dap_chain_wallet_python.h
View file @
369b6d0b
...
...
@@ -14,8 +14,6 @@
extern
"C"
{
#endif
#undef LOG_TAG
#define LOG_TAG "dap_chain_wallet_python"
typedef
struct
PyDapChainWallet
{
PyObject_HEAD
...
...
This diff is collapsed.
Click to expand it.
src/dap_chain_wallet_python.c
View file @
369b6d0b
#include
"dap_chain_wallet_python.h"
#define LOG_TAG "dap_chain_wallet_python"
int
dap_chain_wallet_init_py
(
void
){
return
dap_chain_wallet_init
();
...
...
This diff is collapsed.
Click to expand it.