mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 16:28:35 +00:00
Merge pull request #4574
a04d68f6 SOFTWARE is the default wallet device (m2049r)
This commit is contained in:
commit
6834ce6de2
@ -3611,6 +3611,7 @@ bool wallet2::query_device(hw::device::device_type& device_type, const std::stri
|
|||||||
if (json.Parse(account_data.c_str()).HasParseError() || !json.IsObject())
|
if (json.Parse(account_data.c_str()).HasParseError() || !json.IsObject())
|
||||||
crypto::chacha8(keys_file_data.account_data.data(), keys_file_data.account_data.size(), key, keys_file_data.iv, &account_data[0]);
|
crypto::chacha8(keys_file_data.account_data.data(), keys_file_data.account_data.size(), key, keys_file_data.iv, &account_data[0]);
|
||||||
|
|
||||||
|
device_type = hw::device::device_type::SOFTWARE;
|
||||||
// The contents should be JSON if the wallet follows the new format.
|
// The contents should be JSON if the wallet follows the new format.
|
||||||
if (json.Parse(account_data.c_str()).HasParseError())
|
if (json.Parse(account_data.c_str()).HasParseError())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user