aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/bulletproofs.h
diff options
context:
space:
mode:
authorDoyle <doylet@protonmail.com>2019-04-10 13:45:03 +1000
committerDoyle <doylet@protonmail.com>2019-04-17 10:43:14 +1000
commit299052bca3e938c42ad1c4266427262c80ef953c (patch)
tree0597e5c4819afdad0429f7665bd1b239738aded5 /tests/core_tests/bulletproofs.h
parentMerge pull request #5430 (diff)
downloadmonero-299052bca3e938c42ad1c4266427262c80ef953c.tar.xz
Remove unneeded SFINAE on check_tx/block verification in core_tests
Diffstat (limited to 'tests/core_tests/bulletproofs.h')
-rw-r--r--tests/core_tests/bulletproofs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/bulletproofs.h b/tests/core_tests/bulletproofs.h
index f9768a316..83f160d71 100644
--- a/tests/core_tests/bulletproofs.h
+++ b/tests/core_tests/bulletproofs.h
@@ -49,7 +49,7 @@ struct gen_bp_tx_validation_base : public test_chain_unit_base
return !tvc.m_verifivation_failed && tx_added;
}
- bool check_tx_verification_context(const std::vector<cryptonote::tx_verification_context>& tvcs, size_t tx_added, size_t event_idx, const std::vector<cryptonote::transaction>& /*txs*/)
+ bool check_tx_verification_context_array(const std::vector<cryptonote::tx_verification_context>& tvcs, size_t tx_added, size_t event_idx, const std::vector<cryptonote::transaction>& /*txs*/)
{
size_t failed = 0;
for (const cryptonote::tx_verification_context &tvc: tvcs)