aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/single_tx_test_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/performance_tests/single_tx_test_base.h')
-rw-r--r--tests/performance_tests/single_tx_test_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/performance_tests/single_tx_test_base.h b/tests/performance_tests/single_tx_test_base.h
index 9e38d979b..f284b4198 100644
--- a/tests/performance_tests/single_tx_test_base.h
+++ b/tests/performance_tests/single_tx_test_base.h
@@ -47,6 +47,7 @@ public:
return false;
m_tx_pub_key = get_tx_pub_key_from_extra(m_tx);
+ m_additional_tx_pub_keys = get_additional_tx_pub_keys_from_extra(m_tx);
return true;
}
@@ -54,4 +55,5 @@ protected:
cryptonote::account_base m_bob;
cryptonote::transaction m_tx;
crypto::public_key m_tx_pub_key;
+ std::vector<crypto::public_key> m_additional_tx_pub_keys;
};