mirror of https://github.com/nucypher/nucypher.git
We always want to crash_right_now if there aren't enough Teachers. This is a quintessential failfast situation.
parent
e069e8f552
commit
5a4220d4e1
|
@ -177,7 +177,7 @@ class Learner:
|
|||
pass
|
||||
|
||||
class NotEnoughTeachers(NotEnoughNodes):
|
||||
pass
|
||||
crash_right_now = True
|
||||
|
||||
class UnresponsiveTeacher(ConnectionError):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue