Hi,
Hello, when installing the new IncaKoin wallet on Linux Ubuntu , I have the following error message:
[11:26]
In file included from main.cpp:6:0:
alert.h: At global scope:
alert.h:16:20: warning: pszMainKey defined but not used [-Wunused-variable]
static const char* pszMainKey = "0427859606dcada4747b5abfbddee6db95156615d2fc89da41ab4cdf767caecb96bb9226855a0f0 619fe151ea4269e5454dadc040ea19f3213550d2b3dd789f825";
^
In file included from main.cpp:6:0:
alert.h:19:20: warning: pszTestKey defined but not used [-Wunused-variable]
static const char* pszTestKey = "0471dc165db490094d35cde15b1f5d755fa6ad6f2b5ed0f340e3f17f57389c3c2af113a8cbcc885 bde73305a553b5640c83021128008ddf882e856336269080496";
^
make: *** [obj/main.o] Error 1