mirror of
https://github.com/monero-project/monero.git
synced 2025-12-08 05:40:56 -08:00
wallet2: wallet2::get_daemon_blockchain_height() clean error message on
success
This commit is contained in:
@@ -4073,6 +4073,10 @@ uint64_t wallet2::get_daemon_blockchain_height(string &err)
|
||||
{
|
||||
err = res.status;
|
||||
}
|
||||
else // success, cleaning up error message
|
||||
{
|
||||
err = "";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user