aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_txindex_compatibility.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/feature_txindex_compatibility.py')
-rwxr-xr-xtest/functional/feature_txindex_compatibility.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/feature_txindex_compatibility.py b/test/functional/feature_txindex_compatibility.py
index dd18c5fd99..48fefaa0ba 100755
--- a/test/functional/feature_txindex_compatibility.py
+++ b/test/functional/feature_txindex_compatibility.py
@@ -42,7 +42,6 @@ class TxindexCompatibilityTest(BitcoinTestFramework):
def run_test(self):
mini_wallet = MiniWallet(self.nodes[1])
- mini_wallet.rescan_utxos()
spend_utxo = mini_wallet.get_utxo()
mini_wallet.send_self_transfer(from_node=self.nodes[1], utxo_to_spend=spend_utxo)
self.generate(self.nodes[1], 1)