File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2766,16 +2766,16 @@ export class DriftClient {
2766
2766
referrerInfo
2767
2767
) ;
2768
2768
2769
- const isSwiftUserOrdersAccountInitialized =
2770
- await this . isSwiftUserOrdersAccountInitialized ( this . wallet . publicKey ) ;
2769
+ const isSignedMsgUserOrdersAccountInitialized =
2770
+ await this . isSignedMsgUserOrdersAccountInitialized ( this . wallet . publicKey ) ;
2771
2771
2772
- if ( ! isSwiftUserOrdersAccountInitialized ) {
2773
- const [ , initializeSwiftUserOrdersAccountIx ] =
2774
- await this . getInitializeSwiftUserOrdersAccountIx (
2772
+ if ( ! isSignedMsgUserOrdersAccountInitialized ) {
2773
+ const [ , initializeSignedMsgUserOrdersAccountIx ] =
2774
+ await this . getInitializeSignedMsgUserOrdersAccountIx (
2775
2775
this . wallet . publicKey ,
2776
2776
8
2777
2777
) ;
2778
- ixs . push ( initializeSwiftUserOrdersAccountIx ) ;
2778
+ ixs . push ( initializeSignedMsgUserOrdersAccountIx ) ;
2779
2779
}
2780
2780
2781
2781
const spotMarket = this . getSpotMarketAccount ( marketIndex ) ;
You can’t perform that action at this time.
0 commit comments