mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-06 06:06:42 +00:00
blackified
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
f46e9879ea
commit
8d8ea9de57
@ -221,7 +221,9 @@ def get_assets(connection, assets_ids: list) -> list[Asset]:
|
||||
|
||||
@register_query(TarantoolDBConnection)
|
||||
@catch_db_exception
|
||||
def get_spending_transaction(connection, fullfil_transaction_id: str, fullfil_output_index: str) -> list[DbTransaction]:
|
||||
def get_spending_transaction(
|
||||
connection, fullfil_transaction_id: str, fullfil_output_index: str
|
||||
) -> list[DbTransaction]:
|
||||
_inputs = (
|
||||
connection.connect()
|
||||
.select(
|
||||
|
Loading…
x
Reference in New Issue
Block a user