aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_groups.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2024-04-06 18:17:26 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2024-04-06 18:30:09 +0200
commit93fae5ae7c31fa1b1095770f00adeac1cfeda4b9 (patch)
tree9a7b7e3f7a4657acfd4ddca294365157c1f4c8b7 /test/functional/wallet_groups.py
parentb5d21182e5a66110ce2796c2c99da39c8ebf0d72 (diff)
downloadbitcoin-93fae5ae7c31fa1b1095770f00adeac1cfeda4b9.tar.xz
test: remove immediate tx relay workaround in wallet_groups.py
Reverts commit ab4efad51b9ba276ffeb6871931e13772493f7cc (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 c985eb854cc86deb747caea5283c17cf51b6a983.
Diffstat (limited to 'test/functional/wallet_groups.py')
-rwxr-xr-xtest/functional/wallet_groups.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/wallet_groups.py b/test/functional/wallet_groups.py
index 3b407c285d..26477131cf 100755
--- a/test/functional/wallet_groups.py
+++ b/test/functional/wallet_groups.py
@@ -42,11 +42,6 @@ class WalletGroupTest(BitcoinTestFramework):
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)