Skip to content

Commit

Permalink
peton
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 18, 2024
1 parent 6ce324d commit eadc325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantis/blackbox/cvm_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def for_simulation(cvm_registry: ExtendedCvmRegistry, usd_oracles) -> Simulation
asset_transfers = []
bidirectional = set()
for transfer in cvm_registry.network_assets:
in_asset_id = transfer.asset_id.root
in_asset_id = transfer.from_asset_id.root
out_asset_id = transfer.to_asset_id.root
if (in_asset_id, out_asset_id) not in bidirectional:
asset_transfers.append(
Expand Down

0 comments on commit eadc325

Please sign in to comment.