mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
docstring update
This commit is contained in:
parent
a75eec9ad1
commit
da97c4c6b5
@ -157,7 +157,7 @@ class BaseConsensusRules(AbstractConsensusRules):
|
||||
if calculated_hash != transaction['id']:
|
||||
raise exceptions.InvalidHash()
|
||||
|
||||
# Check signature
|
||||
# Check fulfillments
|
||||
if not util.validate_fulfillments(transaction):
|
||||
raise exceptions.InvalidSignature()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user