mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-16 05:14:57 +00:00
blackified
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user