Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Jan 17, 2025
1 parent 0707ee1 commit dbf9d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counterparty-core/counterpartycore/lib/api/verbose.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def inject_normalized_quantities(result_list):
elif (
"params" in item
and "unpacked_data" in item["params"]
and [item]["params"]["unpacked_data"]
and item["params"]["unpacked_data"]
and "asset_info" in item["params"]["unpacked_data"]["message_data"]
):
asset_info = item["params"]["unpacked_data"]["message_data"]["asset_info"]
Expand Down

0 comments on commit dbf9d72

Please sign in to comment.