From f0c5cd37e9075f016d02c078000944c775e65e38 Mon Sep 17 00:00:00 2001 From: Bushstar Date: Thu, 26 Sep 2024 10:02:54 +0100 Subject: [PATCH] Mint META in specific test to avoid index change --- test/functional/feature_restart_interest.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/functional/feature_restart_interest.py b/test/functional/feature_restart_interest.py index 68fdafbd9c..b970252241 100755 --- a/test/functional/feature_restart_interest.py +++ b/test/functional/feature_restart_interest.py @@ -117,7 +117,6 @@ def setup_test_tokens(self): # Mint DUSD self.nodes[0].minttokens(f"100000@{self.symbolDUSD}") - self.nodes[0].minttokens(f"100000@{self.symbolMETA}") self.nodes[0].generate(1) # Create DFI tokens @@ -197,6 +196,9 @@ def future_swap_refund(self): # Rollback block self.rollback_to(self.start_block) + self.nodes[0].minttokens(f"100000@{self.symbolMETA}") + self.nodes[0].generate(1) + # Set all futures attributes self.nodes[0].setgov( {