From fab871f649e3da4a5a5f6cffac3fc748bb1ca900 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 10 Jun 2021 12:55:50 +0200 Subject: [PATCH] test: Remove unused generate() from test This is already done by the test framework in setup_nodes() --- test/functional/feature_rbf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/functional/feature_rbf.py b/test/functional/feature_rbf.py index 0bb04ae267..5cbbd60cad 100755 --- a/test/functional/feature_rbf.py +++ b/test/functional/feature_rbf.py @@ -78,9 +78,6 @@ class ReplaceByFeeTest(BitcoinTestFramework): self.skip_if_no_wallet() def run_test(self): - # Leave IBD - self.nodes[0].generate(1) - make_utxo(self.nodes[0], 1*COIN) # Ensure nodes are synced