Skip to content

Commit 93fae5a

Browse files
committed
test: remove immediate tx relay workaround in wallet_groups.py
Reverts commit ab4efad (PR #26970). This workaround is not needed anymore, as since #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.
1 parent b5d2118 commit 93fae5a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/functional/wallet_groups.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ def skip_test_if_missing_module(self):
4242

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

0 commit comments

Comments
 (0)