Skip to content

Commit fa83c0c

Browse files
author
MacroFake
committed
test: Remove unused call to generate in rpc_mempool_info
There are already enough blocks
1 parent fa13375 commit fa83c0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functional/rpc_mempool_info.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
"""Test RPCs that retrieve information from the mempool."""
66

7-
from test_framework.blocktools import COINBASE_MATURITY
87
from test_framework.test_framework import BitcoinTestFramework
98
from test_framework.util import (
109
assert_equal,
@@ -19,7 +18,6 @@ def set_test_params(self):
1918

2019
def run_test(self):
2120
self.wallet = MiniWallet(self.nodes[0])
22-
self.generate(self.wallet, COINBASE_MATURITY + 1)
2321
self.wallet.rescan_utxos()
2422
confirmed_utxo = self.wallet.get_utxo()
2523

0 commit comments

Comments
 (0)