Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Jun 11, 2024
1 parent 7566e6e commit ac264f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/app/ics-020-fungible-token-transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ function refundTokens(packet: Packet) {
// on this chain must be reverted before sending back the error acknowledgement
// to ensure atomic packet forwarding
function revertInFlightChanges(sentPacket: Packet, receivedPacket: Packet) {
forwardingAddress = channelForwardingAddress[receivedPacket.destinationChannel]
forwardingAddress = channelForwardingAddress[receivedPacket.destChannel]
reverseEscrow = channelEscrowAddresses[receivedPacket.destChannel]

// the token on our chain is the token in the sentPacket
Expand Down

0 comments on commit ac264f4

Please sign in to comment.