From 299052bca3e938c42ad1c4266427262c80ef953c Mon Sep 17 00:00:00 2001 From: Doyle Date: Wed, 10 Apr 2019 13:45:03 +1000 Subject: Remove unneeded SFINAE on check_tx/block verification in core_tests --- tests/core_tests/bulletproofs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core_tests/bulletproofs.h') 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& tvcs, size_t tx_added, size_t event_idx, const std::vector& /*txs*/) + bool check_tx_verification_context_array(const std::vector& tvcs, size_t tx_added, size_t event_idx, const std::vector& /*txs*/) { size_t failed = 0; for (const cryptonote::tx_verification_context &tvc: tvcs) -- cgit v1.2.3