From 1d024f07019d320883cbeaa6a160d849bb5fe589 Mon Sep 17 00:00:00 2001 From: haouvw Date: Wed, 26 Jun 2024 15:42:27 +0800 Subject: chore: fix some comments Signed-off-by: haouvw --- tests/unit_tests/hardfork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit_tests/hardfork.cpp') diff --git a/tests/unit_tests/hardfork.cpp b/tests/unit_tests/hardfork.cpp index e6602bdb3..b7e2ae29a 100644 --- a/tests/unit_tests/hardfork.cpp +++ b/tests/unit_tests/hardfork.cpp @@ -375,7 +375,7 @@ TEST(voting, threshold) db.add_block(mkblock(hf, h, v), 0, 0, 0, 0, 0, crypto::hash()); bool ret = hf.add(db.get_block_from_height(h), h); if (h >= 8 && threshold == 87) { - // for threshold 87, we reach the treshold at height 7, so from height 8, hard fork to version 2, but 8 tries to add 1 + // for threshold 87, we reach the threshold at height 7, so from height 8, hard fork to version 2, but 8 tries to add 1 ASSERT_FALSE(ret); } else { -- cgit v1.2.3