aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_rbf.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-06-10 12:55:50 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-06-10 13:38:18 +0200
commitfab871f649e3da4a5a5f6cffac3fc748bb1ca900 (patch)
tree0cbc0d14e4fb204427de9a25cacf18653b84b0a6 /test/functional/feature_rbf.py
parentfaff3f35b778d9af3d649b303d7edab49bfe40b4 (diff)
downloadbitcoin-fab871f649e3da4a5a5f6cffac3fc748bb1ca900.tar.xz
test: Remove unused generate() from test
This is already done by the test framework in setup_nodes()
Diffstat (limited to 'test/functional/feature_rbf.py')
-rwxr-xr-xtest/functional/feature_rbf.py3
1 files changed, 0 insertions, 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