瀏覽代碼

Can set a node as a client

Doesn't currently do anything, but the option is now there.
Steven Engler 5 年之前
父節點
當前提交
669c74a43b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,