aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_datacarrier.py
diff options
context:
space:
mode:
authorkouloumos <kouloumosa@gmail.com>2023-01-13 11:28:39 +0200
committerkouloumos <kouloumosa@gmail.com>2023-01-16 19:01:09 +0200
commit0377d6bb420b9a2fb79af0ebe088d2b20ec808a5 (patch)
tree3da27d52b59568b8c3c8b0bc182f46a319bdf0eb /test/functional/mempool_datacarrier.py
parent599e941c194749dab35d81a4e898fd79dd2ed129 (diff)
downloadbitcoin-0377d6bb420b9a2fb79af0ebe088d2b20ec808a5.tar.xz
test: add `rescan_utxos` in MiniWallet's initialization
this simplifies usage when MiniWallet is used with a pre-mined chain.
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)