Remove connect_nodes global and replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b) #19939 pull ghost wants to merge 0 commits into bitcoin:master from changing 0 files +0 −0 Conversation Commits0 Files0 Check ghost commented at 11:57 AM on September 11, 2020: none Made changes in 38 files based on the issue and solution suggested by @MarcoFalke in #19821 DrahtBot added the label Tests on Sep 11, 2020 unknown closed this on Sep 11, 2020 ghost commented at 8:15 PM on September 11, 2020: none New PR: https://github.com/bitcoin/bitcoin/pull/19945 bitcoin locked this on Feb 15, 2022 Contributorsghost LabelsTests Linked (view graph)#19821 test: Remove confusing connect_nodes global#19945 Remove connect_nodes global and Replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b)