aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_datacarrier.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/mempool_datacarrier.py')
-rwxr-xr-xtest/functional/mempool_datacarrier.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/mempool_datacarrier.py b/test/functional/mempool_datacarrier.py
index 9c82964a24..c370d8fa91 100755
--- a/test/functional/mempool_datacarrier.py
+++ b/test/functional/mempool_datacarrier.py
@@ -44,7 +44,6 @@ class DataCarrierTest(BitcoinTestFramework):
def run_test(self):
self.wallet = MiniWallet(self.nodes[0])
- self.wallet.rescan_utxos()
# By default, only 80 bytes are used for data (+1 for OP_RETURN, +2 for the pushdata opcodes).
default_size_data = random_bytes(MAX_OP_RETURN_RELAY - 3)