Parcourir la source

fix up vanilla test option

Chelsea H. Komlo il y a 5 ans
Parent
commit
325023cdbb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)