From 917437b31e34f53276bb65bc41079ad90e83324c Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 17 Nov 2022 23:01:37 +0100 Subject: [PATCH] typo fixed --- tests/core_tests/chaingen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index c2421453..00b5942d 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -273,7 +273,7 @@ public: if (m_unverifiable_tx_index == event_idx) { - CHECK_AND_ASSERT_MES(tvc.m_verification_failed, false, ENDL << "event #" << event_idx << ": the tx passed normally, although it had been marked as unverifiable" << ENDL); + CHECK_AND_ASSERT_MES(tvc.m_verification_impossible, false, ENDL << "event #" << event_idx << ": the tx passed normally, although it had been marked as unverifiable" << ENDL); return tvc.m_verification_impossible; }