mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
return false
This commit is contained in:
parent
ceaa4be6ec
commit
7bf1d55f62
@ -117,6 +117,7 @@ def output_has_owner(output, owner):
|
|||||||
if len(output['public_keys']) > 0:
|
if len(output['public_keys']) > 0:
|
||||||
return condition_details_has_owner(
|
return condition_details_has_owner(
|
||||||
output['condition']['details'], owner)
|
output['condition']['details'], owner)
|
||||||
|
return False
|
||||||
# TODO raise proper exception, e.g. invalid tx payload?
|
# TODO raise proper exception, e.g. invalid tx payload?
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user