aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/check_tx_signature.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/performance_tests/check_tx_signature.h')
-rw-r--r--tests/performance_tests/check_tx_signature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/check_tx_signature.h b/tests/performance_tests/check_tx_signature.h
index 02555fae8..afc2bdc45 100644
--- a/tests/performance_tests/check_tx_signature.h
+++ b/tests/performance_tests/check_tx_signature.h
@@ -80,7 +80,7 @@ public:
{
if (rct)
{
- if (m_tx.rct_signatures.type == rct::RCTTypeFull)
+ if (m_tx.rct_signatures.type == rct::RCTTypeFull || m_tx.rct_signatures.type == rct::RCTTypeFullBulletproof)
return rct::verRct(m_tx.rct_signatures);
else
return rct::verRctSimple(m_tx.rct_signatures);