diff options
Diffstat (limited to 'test/functional/mempool_dust.py')
-rwxr-xr-x | test/functional/mempool_dust.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/mempool_dust.py b/test/functional/mempool_dust.py index 2153f59a55..41a26e82da 100755 --- a/test/functional/mempool_dust.py +++ b/test/functional/mempool_dust.py @@ -72,7 +72,6 @@ class DustRelayFeeTest(BitcoinTestFramework): def run_test(self): self.wallet = MiniWallet(self.nodes[0]) - self.wallet.rescan_utxos() # prepare output scripts of each standard type key = ECKey() |