Skip to content

Commit

Permalink
Fix cowswap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Feb 3, 2023
1 parent d9e3dd7 commit 6fcc436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnosis/protocol/gnosis_protocol_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_quote(
data_json = {
"sellToken": order.sellToken.lower(),
"buyToken": order.buyToken.lower(),
"sellAmountBeforeFee": str(order.sellAmount),
"sellAmountAfterFee": str(order.sellAmount),
# "validTo": order.validTo,
"appData": HexBytes(order.appData).hex()
if isinstance(order.appData, bytes)
Expand Down

0 comments on commit 6fcc436

Please sign in to comment.