File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1515 */
1616import { expect } from 'chai' ;
1717import { NetworkType } from '../../../src/model/blockchain/NetworkType' ;
18+ import { NetworkCurrencyMosaic } from '../../../src/model/mosaic/NetworkCurrencyMosaic' ;
1819import { AggregateTransaction } from '../../../src/model/transaction/AggregateTransaction' ;
1920import { Deadline } from '../../../src/model/transaction/Deadline' ;
2021import { HashLockTransaction } from '../../../src/model/transaction/HashLockTransaction' ;
2122import { UInt64 } from '../../../src/model/UInt64' ;
2223import { TestingAccount } from '../../conf/conf.spec' ;
23- import { NetworkCurrencyMosaic } from '../../../src/model/model' ;
2424
2525describe ( 'HashLockTransaction' , ( ) => {
2626 const account = TestingAccount ;
You can’t perform that action at this time.
0 commit comments