1
0
Fork 0
forked from lthn/blockchain

get_wallet_info() fixed

This commit is contained in:
sowle 2020-02-18 18:58:03 +03:00
parent 43e8fbefbd
commit 85c27e81ea
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -19,6 +19,6 @@ namespace tools
uint64_t fake = 0;
wi.balance = w.balance(wi.unlocked_balance, fake, fake, wi.mined_total);
wi.path = epee::string_encoding::wstring_to_utf8(w.get_wallet_path());
return API_RETURN_CODE_OK;
return true;
}
}