Skip to content

Commit

Permalink
fixup! test: Add functional test for cluster limits
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaftuar committed Oct 18, 2023
1 parent 086f1fb commit 9420af6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/functional/mempool_packages.py
Expand Up @@ -5,14 +5,8 @@

"""Test mempool clusters"""

from decimal import Decimal

from test_framework.p2p import P2PTxInvStore
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import (
assert_equal,
assert_raises_rpc_error,
)
from test_framework.wallet import MiniWallet

# custom limits for node1
Expand All @@ -37,8 +31,6 @@ def run_test(self):
self.wallet = MiniWallet(self.nodes[0])
self.wallet.rescan_utxos()

peer_inv_store = self.nodes[0].add_p2p_connection(P2PTxInvStore()) # keep track of invs

# First create 5 parent txs with 10 children
txs_with_children = []
NUM_PARENT_TXS = 5
Expand Down

0 comments on commit 9420af6

Please sign in to comment.