From 76bbc825fb2f954b174cd3c9afc3b2ce74aa3b2a Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Fri, 6 Oct 2023 15:38:38 +0700 Subject: [PATCH] fixup for featurue_llmq_evo - still doesn't work --- test/functional/feature_llmq_evo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/feature_llmq_evo.py b/test/functional/feature_llmq_evo.py index 3db6498970ed3..aa47e208ec6aa 100755 --- a/test/functional/feature_llmq_evo.py +++ b/test/functional/feature_llmq_evo.py @@ -114,7 +114,7 @@ def run_test(self): self.log.info("Test that EvoNodes are paid 4x blocks in a row") self.test_evo_payments(window_analysis=256) - # TODO send an EHF signal! + self.mine_quorum() self.activate_mn_rr() self.log.info("Activated MN RewardReallocation at height:" + str(self.nodes[0].getblockcount()))