This commit is contained in:
Matt Smith 2016-03-18 16:50:21 -07:00
parent 9c9378cf60
commit 2aa003578c

View File

@ -41,7 +41,7 @@ class AbstractConsensusRules(metaclass=ABCMeta):
block (dict): block to validate. block (dict): block to validate.
Returns: Returns:
The block if the block is valid else it raises and exception The block if the block is valid else it raises an exception
describing the reason why the block is invalid. describing the reason why the block is invalid.
Raises: Raises:
@ -177,7 +177,7 @@ class BaseConsensusRules(AbstractConsensusRules):
block (dict): block to validate. block (dict): block to validate.
Returns: Returns:
The block if the block is valid else it raises and exception The block if the block is valid else it raises an exception
describing the reason why the block is invalid. describing the reason why the block is invalid.
Raises: Raises: