aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_tx_privacy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_tx_privacy.py')
-rwxr-xr-xtest/functional/p2p_tx_privacy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/p2p_tx_privacy.py b/test/functional/p2p_tx_privacy.py
index b885ccdf5d..e674f6c3eb 100755
--- a/test/functional/p2p_tx_privacy.py
+++ b/test/functional/p2p_tx_privacy.py
@@ -53,7 +53,6 @@ class TxPrivacyTest(BitcoinTestFramework):
def run_test(self):
self.wallet = MiniWallet(self.nodes[0])
- self.wallet.rescan_utxos()
tx_originator = self.nodes[0].add_p2p_connection(P2PInterface())
spy = self.nodes[0].add_p2p_connection(P2PTxSpy(), wait_for_verack=False)