Added missing android log lib

This commit is contained in:
leo 2023-10-13 15:21:19 +00:00
parent f6485d92ef
commit 7a00a5df95
2 changed files with 3 additions and 2 deletions
cw_zano
android
ios/Classes

View file

@ -115,4 +115,5 @@ target_link_libraries( cw_zano
ssl
crypto
${log-lib}
)

View file

@ -555,7 +555,7 @@ extern "C"
return inited;
*/
return false;
return plain_wallet::get_version().empty();
}
bool is_connected()