aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-06-23 11:49:31 +0200
committerMacroFake <falke.marco@gmail.com>2022-06-27 11:09:01 +0200
commitfa83c0c44ff2072f7c3e56000edc805321bcf41a (patch)
tree894e10cff49fe31618ea7f81f8b6fdd7556085d1 /test
parentfa13375aa3fcb4fd5b9e0d4c69ac31cf66c3209a (diff)
downloadbitcoin-fa83c0c44ff2072f7c3e56000edc805321bcf41a.tar.xz
test: Remove unused call to generate in rpc_mempool_info
There are already enough blocks
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/rpc_mempool_info.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/rpc_mempool_info.py b/test/functional/rpc_mempool_info.py
index cd7a48d387..9b5a3b9112 100755
--- a/test/functional/rpc_mempool_info.py
+++ b/test/functional/rpc_mempool_info.py
@@ -4,7 +4,6 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test RPCs that retrieve information from the mempool."""
-from test_framework.blocktools import COINBASE_MATURITY
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import (
assert_equal,
@@ -19,7 +18,6 @@ class RPCMempoolInfoTest(BitcoinTestFramework):
def run_test(self):
self.wallet = MiniWallet(self.nodes[0])
- self.generate(self.wallet, COINBASE_MATURITY + 1)
self.wallet.rescan_utxos()
confirmed_utxo = self.wallet.get_utxo()