mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 15:05:49 +00:00
fixed last asset bug
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
a5711f546a
commit
fe684718dc
@ -186,6 +186,10 @@ class TransactionCompose:
|
||||
_out["condition"]["details"]["subconditions"] = _output[7]
|
||||
_out["condition"]["details"]["type"] = _output[3]
|
||||
_out["condition"]["details"]["threshold"] = _output[6]
|
||||
try:
|
||||
del _out["condition"]["details"]["public_key"]
|
||||
except:
|
||||
pass
|
||||
print (f"\noutput end : {_out}")
|
||||
_outputs.append(_out)
|
||||
return _outputs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user