performance_tests: add master spend pubkey to subaddress hashtable

pull/95/head
kenshi84 7 years ago
parent 8d511f3c24
commit e373a2037b
No known key found for this signature in database
GPG Key ID: 085D092F1F43D51A

@ -64,6 +64,7 @@ public:
{
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;
subaddresses[m_bob.get_keys().m_account_address.m_spend_public_key] = {0,0};
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);
return (bool)info;

Loading…
Cancel
Save