@@ -531,7 +531,7 @@ describe('TransactionHttp', () => {
531531 const addressModification = AccountRestrictionTransaction . createOperationRestrictionModificationTransaction (
532532 Deadline . create ( ) ,
533533 AccountRestrictionFlags . BlockIncomingTransactionType ,
534- [ TransactionType . LINK_ACCOUNT ] ,
534+ [ TransactionType . ACCOUNT_LINK ] ,
535535 [ ] ,
536536 networkType , helper . maxFee ,
537537 ) ;
@@ -551,7 +551,7 @@ describe('TransactionHttp', () => {
551551 Deadline . create ( ) ,
552552 AccountRestrictionFlags . BlockIncomingTransactionType ,
553553 [ ] ,
554- [ TransactionType . LINK_ACCOUNT ] ,
554+ [ TransactionType . ACCOUNT_LINK ] ,
555555 networkType , helper . maxFee ,
556556 ) ;
557557 const aggregateTransaction = AggregateTransaction . createComplete ( Deadline . create ( ) ,
@@ -569,12 +569,12 @@ describe('TransactionHttp', () => {
569569 it ( 'standalone' , ( ) => {
570570 AccountRestrictionModification . createForOperation (
571571 AccountRestrictionModificationAction . Add ,
572- TransactionType . LINK_ACCOUNT ,
572+ TransactionType . ACCOUNT_LINK ,
573573 ) ;
574574 const addressModification = AccountRestrictionTransaction . createOperationRestrictionModificationTransaction (
575575 Deadline . create ( ) ,
576576 AccountRestrictionFlags . BlockOutgoingTransactionType ,
577- [ TransactionType . LINK_ACCOUNT ] ,
577+ [ TransactionType . ACCOUNT_LINK ] ,
578578 [ ] ,
579579 networkType , helper . maxFee ,
580580 ) ;
@@ -595,7 +595,7 @@ describe('TransactionHttp', () => {
595595 Deadline . create ( ) ,
596596 AccountRestrictionFlags . BlockOutgoingTransactionType ,
597597 [ ] ,
598- [ TransactionType . LINK_ACCOUNT ] ,
598+ [ TransactionType . ACCOUNT_LINK ] ,
599599 networkType , helper . maxFee ,
600600 ) ;
601601 const aggregateTransaction = AggregateTransaction . createComplete ( Deadline . create ( ) ,
0 commit comments