Problem: Unused exception GenesisBlockAlreadyExistsError

Solution: Deleted it
This commit is contained in:
z-bowen 2018-07-27 16:59:34 +02:00
parent 2a1851aa1e
commit 5bc681db9c

View File

@ -96,9 +96,5 @@ class ThresholdTooDeep(ValidationError):
"""Raised if threshold condition is too deep""" """Raised if threshold condition is too deep"""
class GenesisBlockAlreadyExistsError(ValidationError):
"""Raised when trying to create the already existing genesis block"""
class MultipleValidatorOperationError(ValidationError): class MultipleValidatorOperationError(ValidationError):
"""Raised when a validator update pending but new request is submited""" """Raised when a validator update pending but new request is submited"""