File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ export namespace NTT {
267
267
rateLimit : pdas . outboxRateLimitAccount ( ) ,
268
268
tokenProgram : args . tokenProgram ,
269
269
tokenAuthority : pdas . tokenAuthority ( ) ,
270
- // NOTE: SPL Multisig token authority is only support for versions >= 3.x.x
270
+ // NOTE: SPL Multisig token authority is only supported for versions >= 3.x.x
271
271
...( major >= 3 && {
272
272
multisigTokenAuthority : args . multisigTokenAuthority ?? null ,
273
273
} ) ,
@@ -592,7 +592,7 @@ export namespace NTT {
592
592
tokenProgram : config . tokenProgram ,
593
593
custody : await custodyAccountAddress ( pdas , config ) ,
594
594
} ,
595
- // NOTE: SPL Multisig token authority is only support for versions >= 3.x.x
595
+ // NOTE: SPL Multisig token authority is only supported for versions >= 3.x.x
596
596
...( major >= 3 && {
597
597
multisigTokenAuthority,
598
598
} ) ,
You can’t perform that action at this time.
0 commit comments