Browse Source

Can set a node as a client

Doesn't currently do anything, but the option is now there.
Steven Engler 4 years ago
parent
commit
669c74a43b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/chutney/TorNet.py

+ 1 - 0
lib/chutney/TorNet.py

@@ -1030,6 +1030,7 @@ DEFAULTS = {
     'authority': False,
     'bridgeauthority': False,
     'hasbridgeauth': False,
+    'client': False,
     'relay': False,
     'bridge': False,
     'pt_bridge': False,