Skip to content

Commit

Permalink
evm: removes redundant setup override call
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Jan 22, 2025
1 parent 4b719c4 commit d3570dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evm/test/utils/utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ function craftTbrV3Vaa(
unwrapIntent
);

WormholeOverride.setUpOverride(wormhole);
uint64 sequence = AdvancedWormholeOverride.getSequence(wormhole);
bytes memory encoded = WormholeOverride.craftVaa(
wormhole,
Expand Down

0 comments on commit d3570dd

Please sign in to comment.