[monero-project/monero] [WalletAPI] Allow query if Wallet is on hardware (#4266)
Looks good now, thank you.
Похожие записи
- [monero-project/monero] [WalletAPI] Allow query if Wallet is on hardware (#4266)
@m2049r pushed 1 commit. 1274054 indentation!
- [monero-project/monero] [WalletAPI] Allow query if Wallet is on hardware (#4266)
moneromooo-monero commented on this pull request. > + 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]); + + // The contents should be JSON if the wallet follows the new format. + if…
- [monero-project/monero] [WalletAPI] Allow query if Wallet is on hardware (#4266)
m2049r commented on this pull request. > + 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]); + + // The contents should be JSON if the wallet follows the new format. + if…
- [monero-project/monero] [WalletAPI] Allow query if Wallet is on hardware (#4266)
m2049r commented on this pull request. > + 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]); + + // The contents should be JSON if the wallet follows the new format. + if…
- [monero-project/monero] monero-wallet-rpc callback subscription (#4284)
ok, I got it. Thank you for the info