16: Add 'side' to AnchorIdlJupiterPerpsPositionDecoder

This commit is contained in:
2026-06-26 18:19:18 +02:00
parent c8ca946fcc
commit ee969dc831
@@ -33,7 +33,8 @@ class AnchorIdlJupiterPerpsPositionDecoder {
JupiterPerpsPosition pos = new JupiterPerpsPosition(
positionAccount,
entryPrice
entryPrice,
direction
);
return pos;