Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Aug 23, 2024
1 parent 7dae420 commit 852b699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fees/compute_fees.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def compute_fee_imbalances(
else:
network_fee_sell = network_fee

network_fees[trade.sell_token.to_0x.hex()] = network_fee_sell
network_fees[trade.sell_token.to_0x_hex()] = network_fee_sell

return protocol_fees, network_fees

Expand Down

0 comments on commit 852b699

Please sign in to comment.