17: Add mint address field in JupiterPerpsPosition
This commit is contained in:
+2
-1
@@ -38,7 +38,8 @@ class AnchorIdlJupiterPerpsPositionDecoder {
|
|||||||
JupiterPerpsPosition pos = new JupiterPerpsPosition(
|
JupiterPerpsPosition pos = new JupiterPerpsPosition(
|
||||||
positionAccount,
|
positionAccount,
|
||||||
entryPrice,
|
entryPrice,
|
||||||
direction
|
direction,
|
||||||
|
""//tradedTokenMint
|
||||||
);
|
);
|
||||||
|
|
||||||
return pos;
|
return pos;
|
||||||
|
|||||||
Reference in New Issue
Block a user