From fc0ac457cf6b381d46a77ae89da427579b416268 Mon Sep 17 00:00:00 2001 From: Kevin Heifner Date: Thu, 14 Jul 2022 20:31:51 -0500 Subject: [PATCH] GH-677 Remove hard coded totalNodes. Test was designed to have at least 2 more speculative nodes than block producers. --- tests/trx_finality_status_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/trx_finality_status_test.py b/tests/trx_finality_status_test.py index d41b3f9d7b..b8811ca5aa 100755 --- a/tests/trx_finality_status_test.py +++ b/tests/trx_finality_status_test.py @@ -47,7 +47,6 @@ prodCount=1 killAll=args.clean_run walletPort=TestHelper.DEFAULT_WALLET_PORT -totalNodes=pnodes+1 walletMgr=WalletMgr(True, port=walletPort) testSuccessful=False