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

View file

@ -101,7 +101,7 @@ target_link_libraries( cw_zano
zano_currency_core
zano_z
zano_wallet
boost_chrono
boost_date_time
boost_filesystem
@ -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()