We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b2886 commit 01c54deCopy full SHA for 01c54de
sdk/src/driftClient.ts
@@ -6545,7 +6545,6 @@ export class DriftClient {
6545
orderParamsMessage.maxMarginRatio = null;
6546
}
6547
6548
- // we encode to the Extended versions of the messages to avoid padding errors
6549
const anchorIxName = delegateSigner
6550
? 'global' + ':' + 'SignedMsgOrderParamsDelegateMessage'
6551
: 'global' + ':' + 'SignedMsgOrderParamsMessage';
0 commit comments