Skip to content

Commit

Permalink
Use source channel endpoint for packet ack checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Oct 18, 2024
1 parent fda5eac commit b1ab9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ async def transfer_or_continue() -> bool:

# Check for a package acknowledgement by querying osmosis
ack_resp = await try_multiple_rest_endpoints(
ctx.endpoints[dest_chain_id]["http"],
ctx.endpoints[src_chain_id]["http"],
(
f"/ibc/core/channel/v1/channels/{src_channel_id}/"
f"ports/transfer/packet_acks/"
Expand Down

0 comments on commit b1ab9cf

Please sign in to comment.