Skip to content

Commit

Permalink
swift dlob node bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Dec 17, 2024
1 parent eb049b9 commit 4e9f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/dlob/DLOBNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class SwiftOrderNode extends OrderNode {
previous?: SwiftOrderNode;

constructor(order: Order, userAccount: string) {
super(order, userAccount, true);
super(order, userAccount, false, true);
}

getSortValue(order: Order): BN {
Expand Down

0 comments on commit 4e9f103

Please sign in to comment.