We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa13375 commit fa83c0cCopy full SHA for fa83c0c
test/functional/rpc_mempool_info.py
@@ -4,7 +4,6 @@
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
"""Test RPCs that retrieve information from the mempool."""
6
7
-from test_framework.blocktools import COINBASE_MATURITY
8
from test_framework.test_framework import BitcoinTestFramework
9
from test_framework.util import (
10
assert_equal,
@@ -19,7 +18,6 @@ def set_test_params(self):
19
18
20
def run_test(self):
21
self.wallet = MiniWallet(self.nodes[0])
22
- self.generate(self.wallet, COINBASE_MATURITY + 1)
23
self.wallet.rescan_utxos()
24
confirmed_utxo = self.wallet.get_utxo()
25
0 commit comments