diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-06-23 16:54:39 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-07-15 21:15:26 +0200 |
commit | 84c874794cc1e1aa48f2edf08c355ec2a5696cb6 (patch) | |
tree | 6a69ed86ef3846afd7a7b84cd1313171c3d1a781 /test/functional/feature_rbf.py | |
parent | a88fa1a555195af6543cdc802e8e1c2e1668dd38 (diff) |
test: remove unneeded initialization code in feature_rbf.py
Diffstat (limited to 'test/functional/feature_rbf.py')
-rwxr-xr-x | test/functional/feature_rbf.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/feature_rbf.py b/test/functional/feature_rbf.py index ed944274e3..dc6ebcb227 100755 --- a/test/functional/feature_rbf.py +++ b/test/functional/feature_rbf.py @@ -84,11 +84,6 @@ class ReplaceByFeeTest(BitcoinTestFramework): self.skip_if_no_wallet() def run_test(self): - make_utxo(self.nodes[0], 1 * COIN) - - # Ensure nodes are synced - self.sync_all() - self.log.info("Running test simple doublespend...") self.test_simple_doublespend() |