mirror of https://github.com/nucypher/nucypher.git
bugfix: RitualError is not defined.
parent
10b7c53c4b
commit
7caead29ca
|
@ -375,7 +375,7 @@ class Operator(BaseActor):
|
|||
self.log.error(
|
||||
f"Not part of ritual {ritual_id}; no need to submit transcripts"
|
||||
)
|
||||
raise self.RitualError(
|
||||
raise self.ActorError(
|
||||
f"Not part of ritual {ritual_id}; don't post transcript"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue