Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cellframe/libdap-chain-wallet-python
1 result
Show changes
Commits on Source (1)
......@@ -14,8 +14,6 @@
extern "C"{
#endif
#undef LOG_TAG
#define LOG_TAG "dap_chain_wallet_python"
typedef struct PyDapChainWallet{
PyObject_HEAD
......
#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();
......