mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
performance_tests: add master spend pubkey to subaddress hashtable
This commit is contained in:
parent
8d511f3c24
commit
e373a2037b
@ -64,6 +64,7 @@ public:
|
|||||||
{
|
{
|
||||||
const cryptonote::txout_to_key& tx_out = boost::get<cryptonote::txout_to_key>(m_tx.vout[0].target);
|
const cryptonote::txout_to_key& tx_out = boost::get<cryptonote::txout_to_key>(m_tx.vout[0].target);
|
||||||
std::unordered_map<crypto::public_key, cryptonote::subaddress_index> subaddresses;
|
std::unordered_map<crypto::public_key, cryptonote::subaddress_index> subaddresses;
|
||||||
|
subaddresses[m_bob.get_keys().m_account_address.m_spend_public_key] = {0,0};
|
||||||
std::vector<crypto::key_derivation> additional_derivations;
|
std::vector<crypto::key_derivation> additional_derivations;
|
||||||
boost::optional<cryptonote::subaddress_receive_info> info = cryptonote::is_out_to_acc_precomp(subaddresses, tx_out.key, m_derivation, additional_derivations, 0);
|
boost::optional<cryptonote::subaddress_receive_info> info = cryptonote::is_out_to_acc_precomp(subaddresses, tx_out.key, m_derivation, additional_derivations, 0);
|
||||||
return (bool)info;
|
return (bool)info;
|
||||||
|
Loading…
Reference in New Issue
Block a user