mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
fixed the migration to a different output objec
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
11cf86464f
commit
711046168f
@ -32,4 +32,4 @@ class OutputListApi(Resource):
|
||||
"Invalid output ({}): {} : {} - {}".format(type(e).__name__, e, args["public_key"], args["spent"]),
|
||||
level="error",
|
||||
)
|
||||
return [{"transaction_id": output.txid, "output_index": output.output} for output in outputs]
|
||||
return [{"transaction_id": output.transaction_id, "output_index": output.index} for output in outputs]
|
||||
|
Loading…
x
Reference in New Issue
Block a user