Skip to content

Commit

Permalink
fix sequence type
Browse files Browse the repository at this point in the history
  • Loading branch information
sangier committed Nov 4, 2024
1 parent adbd5c9 commit db19eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/app/ics-020-fungible-token-transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function onRecvPacket(
function onAcknowledgePacket(
sourceChannelId: bytes,
destChannelId: bytes,
sequence: bigEndianUint64,
sequence: uint64,
payload: Payload,
acknowledgement: bytes
): bool {
Expand Down Expand Up @@ -507,7 +507,7 @@ function onAcknowledgePacket(
function onTimeoutPacket(
sourceChannelId: bytes,
destChannelId: bytes,
sequence: bigEndianUint64,
sequence: uint64,
payload: Payload
): bool {
// the packet timed-out, so refund the tokens
Expand Down

0 comments on commit db19eaa

Please sign in to comment.