mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-06 13:47:56 +02:00
test: Remove unused self.p2p_conn_index = 1
Was never used
This commit is contained in:
@@ -120,7 +120,6 @@ class TestNode():
|
||||
"""
|
||||
|
||||
self.index = i
|
||||
self.p2p_conn_index = 1
|
||||
self.datadir_path = datadir_path
|
||||
self.bitcoinconf = self.datadir_path / "bitcoin.conf"
|
||||
self.stdout_dir = self.datadir_path / "stdout"
|
||||
|
||||
Reference in New Issue
Block a user