浏览代码

Now that the VRF failures are supposed to have gone away, _do_ crash if we hit one

Still log it, though
Ian Goldberg 5 年之前
父节点
当前提交
beb5820498
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      simulator.py

+ 1 - 1
simulator.py

@@ -139,7 +139,7 @@ class Simulator:
                     random.choice(self.clients).channelmgr.new_circuit())
             except ValueError as e:
                 self.statslogger.error(str(e))
-                next
+                raise e
 
             simtime += random.expovariate(self.gamma * numclients)
             numcircs += 1