mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
removed unnecessary comment
This commit is contained in:
parent
e3774bae82
commit
1b6edb5115
@ -420,7 +420,6 @@ def verify_signature(signed_transaction):
|
||||
|
||||
for fulfillment in signed_transaction['transaction']['fulfillments']:
|
||||
fulfillment_message = get_fulfillment_message(signed_transaction, fulfillment)
|
||||
# verify the fulfillment (for now lets assume there is only one owner)
|
||||
try:
|
||||
parsed_fulfillment = cc.Fulfillment.from_uri(fulfillment['fulfillment'])
|
||||
except (TypeError, ValueError, ParsingError):
|
||||
|
Loading…
x
Reference in New Issue
Block a user