Explorar o código

fix up vanilla test option

Chelsea H. Komlo %!s(int64=5) %!d(string=hai) anos
pai
achega
325023cdbb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client.py

+ 1 - 1
client.py

@@ -252,7 +252,7 @@ if __name__ == '__main__':
 
     if network_mode == network.WOMode.VANILLA:
         network.thenetwork.set_wo_style(network.WOMode.VANILLA,
-            network.SNIPAuthMode.THRESHSIG)
+            network.SNIPAuthMode.NONE)
     elif network_mode == network.WOMode.TELESCOPING:
         network.thenetwork.set_wo_style(network.WOMode.TELESCOPING,
             network.SNIPAuthMode.THRESHSIG)