mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 15:05:49 +00:00
fixed __asset_check
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
54d4f31929
commit
d87c53aa8b
@ -64,7 +64,7 @@ class TransactionDecompose:
|
|||||||
if _asset is None:
|
if _asset is None:
|
||||||
return
|
return
|
||||||
asset_id = _asset["id"] if _asset.get("id") is not None else self._transaction["id"]
|
asset_id = _asset["id"] if _asset.get("id") is not None else self._transaction["id"]
|
||||||
self._tuple_transaction["asset"] = (json.loads(_asset), self._transaction["id"], asset_id)
|
self._tuple_transaction["asset"] = (json.dumps(_asset), self._transaction["id"], asset_id)
|
||||||
|
|
||||||
def __prepare_inputs(self):
|
def __prepare_inputs(self):
|
||||||
_inputs = []
|
_inputs = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user