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 = [
|
||||
tx["id"],
|
||||
{"data": "bafkreiawyk3ou5qzqec4ggbvrs56dv5ske2viwprf6he5wj5gr4yv5orsu"},
|
||||
{"data": "bafkreibncbonglm6mi3znbrqbchk56wmgftk4gfevxqlgeif3g5jdotcka"},
|
||||
{"data": "bafkreibkokzihpnnyqf3xslcievqkadf2ozkdi72wyibijih447vq42kjm"},
|
||||
"bafkreiawyk3ou5qzqec4ggbvrs56dv5ske2viwprf6he5wj5gr4yv5orsu",
|
||||
"bafkreibncbonglm6mi3znbrqbchk56wmgftk4gfevxqlgeif3g5jdotcka",
|
||||
"bafkreibkokzihpnnyqf3xslcievqkadf2ozkdi72wyibijih447vq42kjm",
|
||||
]
|
||||
recipients = [([alice.public_key], 1), ([alice.public_key], 2), ([alice.public_key], 3)]
|
||||
decompose_transaction = Decompose.generate(inputs=inputs_, recipients=recipients, assets=assets)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user