Skip to content
Snippets Groups Projects
Commit 369b6d0b authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Moved LOG_TAG from .h to .c

parent 591cf450
No related branches found
No related tags found
1 merge request!26Support 3689
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
extern "C"{ extern "C"{
#endif #endif
#undef LOG_TAG
#define LOG_TAG "dap_chain_wallet_python"
typedef struct PyDapChainWallet{ typedef struct PyDapChainWallet{
PyObject_HEAD PyObject_HEAD
......
#include "dap_chain_wallet_python.h" #include "dap_chain_wallet_python.h"
#define LOG_TAG "dap_chain_wallet_python"
int dap_chain_wallet_init_py(void){ int dap_chain_wallet_init_py(void){
return dap_chain_wallet_init(); return dap_chain_wallet_init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment