Skip to content

Commit

Permalink
test: remove immediate tx relay workaround in wallet_groups.py
Browse files Browse the repository at this point in the history
Reverts commit ab4efad (PR bitcoin#26970).
This workaround is not needed anymore, as since bitcoin#27114 the test sets
the noban permission for both in- and outbound connections via the
`noban_tx_relay` setting, and we don't have to rely on these topology
hacks anymore. See commit c985eb8.
  • Loading branch information
theStack committed Apr 6, 2024
1 parent b5d2118 commit 93fae5a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/functional/wallet_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ def skip_test_if_missing_module(self):

def run_test(self):
self.log.info("Setting up")
# To take full use of immediate tx relay, all nodes need to be reachable
# via inbound peers, i.e. connect first to last to close the circle
# (the default test network topology looks like this:
# node0 <-- node1 <-- node2 <-- node3 <-- node4 <-- node5)
self.connect_nodes(0, self.num_nodes - 1)
# Mine some coins
self.generate(self.nodes[0], COINBASE_MATURITY + 1)

Expand Down

0 comments on commit 93fae5a

Please sign in to comment.