Skip to content

Commit

Permalink
chore: rm dead addSequenceNonce
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jul 26, 2024
1 parent 98df6ee commit 99738b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/boot/tools/supports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,6 @@ export const makeSwingsetTestKit = async (
};
let ibcSequenceNonce = 0;

const addSequenceNonce = ({ packet }: IBCMethod<'sendPacket'>): IBCPacket => {
ibcSequenceNonce += 1;
return { ...packet, sequence: ibcSequenceNonce };
};

/**
* Adds the sequence so the bridge knows what response to connect it to.
* Then queue it send it over the bridge over this returns.
Expand Down

0 comments on commit 99738b3

Please sign in to comment.