mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
add fulfillment exception
This commit is contained in:
parent
5088ed3568
commit
833fa25ca3
@ -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"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user