@@ -33,7 +33,7 @@ import {CosignatureSignedTransaction} from '../../src/model/transaction/Cosignat
3333import { CosignatureTransaction } from '../../src/model/transaction/CosignatureTransaction' ;
3434import { Deadline } from '../../src/model/transaction/Deadline' ;
3535import { HashType } from '../../src/model/transaction/HashType' ;
36- import { LockFundsTransaction } from '../../src/model/transaction/LockFundsTransaction' ;
36+ import { HashLockTransaction } from '../../src/model/transaction/LockFundsTransaction' ;
3737import { ModifyMultisigAccountTransaction } from '../../src/model/transaction/ModifyMultisigAccountTransaction' ;
3838import { MosaicDefinitionTransaction } from '../../src/model/transaction/MosaicDefinitionTransaction' ;
3939import { MosaicSupplyChangeTransaction } from '../../src/model/transaction/MosaicSupplyChangeTransaction' ;
@@ -242,7 +242,7 @@ describe('TransactionHttp', () => {
242242 [ Cosignatory2Account ] ,
243243 ) ;
244244
245- const lockFundsTransaction = LockFundsTransaction . create ( Deadline . create ( ) ,
245+ const lockFundsTransaction = HashLockTransaction . create ( Deadline . create ( ) ,
246246 XEM . createRelative ( 10 ) ,
247247 UInt64 . fromUint ( 10000 ) ,
248248 signedTransaction ,
@@ -277,7 +277,7 @@ describe('TransactionHttp', () => {
277277 CosignatoryAccount ,
278278 ) ;
279279
280- const lockFundsTransaction = LockFundsTransaction . create ( Deadline . create ( ) ,
280+ const lockFundsTransaction = HashLockTransaction . create ( Deadline . create ( ) ,
281281 XEM . createRelative ( 10 ) ,
282282 UInt64 . fromUint ( 10000 ) ,
283283 signedTransaction ,
@@ -314,7 +314,7 @@ describe('TransactionHttp', () => {
314314 ) ;
315315 const signedTransaction = account . sign ( aggregateTransaction ) ;
316316
317- const lockFundsTransaction = LockFundsTransaction . create ( Deadline . create ( ) ,
317+ const lockFundsTransaction = HashLockTransaction . create ( Deadline . create ( ) ,
318318 XEM . createRelative ( 10 ) ,
319319 UInt64 . fromUint ( 10000 ) ,
320320 signedTransaction ,
@@ -331,7 +331,7 @@ describe('TransactionHttp', () => {
331331 [ ] ,
332332 ) ;
333333 const signedTransaction = account . sign ( aggregateTransaction ) ;
334- const lockFundsTransaction = LockFundsTransaction . create ( Deadline . create ( ) ,
334+ const lockFundsTransaction = HashLockTransaction . create ( Deadline . create ( ) ,
335335 XEM . createRelative ( 10 ) ,
336336 UInt64 . fromUint ( 10 ) ,
337337 signedTransaction ,
0 commit comments