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 a254fba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/functional/mempool_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@

"""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 +30,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 a254fba

Please sign in to comment.