Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe7s committed Oct 8, 2024
1 parent 21f5cfb commit febcf38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static void main(final String[] args) throws InterruptedException {
final var skeleton = TransactionSkeleton.deserializeSkeleton(txData);

final var instructions = skeleton.isLegacy()
? skeleton.parseInstructions(skeleton.parseAccounts())
? skeleton.parseLegacyInstructions()
: skeleton.parseInstructionsWithoutAccounts();

final var addLiquidityIxParams = Arrays.stream(instructions)
Expand Down

0 comments on commit febcf38

Please sign in to comment.