Skip to content

Commit 9fc66e3

Browse files
committed
Fix index of currentFunding in status_message_deriv
1 parent b5ad2d5 commit 9fc66e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/status_messages_deriv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const fields = {
1313
fundingEventTimestamp: 8,
1414
fundingAccrued: 9,
1515
fundingStep: 10,
16-
currentFunding: 12,
16+
currentFunding: 11,
1717
markprice: 15,
1818
openInterest: 18,
1919
clampMin: 22,

0 commit comments

Comments
 (0)