mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 14:35:45 +00:00
fixed decompose asset definition input structure
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
465befdccd
commit
0d0291c5e2
@ -544,9 +544,9 @@ def test_post_transaction_decompose_valid(client, b):
|
|||||||
|
|
||||||
assets = [
|
assets = [
|
||||||
tx["id"],
|
tx["id"],
|
||||||
{"data": "bafkreiawyk3ou5qzqec4ggbvrs56dv5ske2viwprf6he5wj5gr4yv5orsu"},
|
"bafkreiawyk3ou5qzqec4ggbvrs56dv5ske2viwprf6he5wj5gr4yv5orsu",
|
||||||
{"data": "bafkreibncbonglm6mi3znbrqbchk56wmgftk4gfevxqlgeif3g5jdotcka"},
|
"bafkreibncbonglm6mi3znbrqbchk56wmgftk4gfevxqlgeif3g5jdotcka",
|
||||||
{"data": "bafkreibkokzihpnnyqf3xslcievqkadf2ozkdi72wyibijih447vq42kjm"},
|
"bafkreibkokzihpnnyqf3xslcievqkadf2ozkdi72wyibijih447vq42kjm",
|
||||||
]
|
]
|
||||||
recipients = [([alice.public_key], 1), ([alice.public_key], 2), ([alice.public_key], 3)]
|
recipients = [([alice.public_key], 1), ([alice.public_key], 2), ([alice.public_key], 3)]
|
||||||
decompose_transaction = Decompose.generate(inputs=inputs_, recipients=recipients, assets=assets)
|
decompose_transaction = Decompose.generate(inputs=inputs_, recipients=recipients, assets=assets)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user