add fulfillment exception

This commit is contained in:
ryan 2016-10-04 17:07:50 +02:00 committed by Sylvain Bellemare
parent 5088ed3568
commit 833fa25ca3

View File

@ -64,3 +64,7 @@ class GenesisBlockAlreadyExistsError(Exception):
class CyclicBlockchainError(Exception):
"""Raised when there is a cycle in the blockchain"""
class FulfillmentNotInValidBlock(Exception):
"""Raised when a transaction depends on an invalid or undecided fulfillment"""