File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { TransactionRepository } from '../../src/infrastructure/TransactionRepos
2020import { Account } from '../../src/model/account/Account' ;
2121import { NetworkType } from '../../src/model/blockchain/NetworkType' ;
2222import { PlainMessage } from '../../src/model/message/PlainMessage' ;
23- import { NetworkCurrencyMosaic } from '../../src/model/mosaic/NetworkCurrencyMosaic ' ;
23+ import { NetworkCurrencyLocal } from '../../src/model/mosaic/NetworkCurrencyLocal ' ;
2424import { Deadline } from '../../src/model/transaction/Deadline' ;
2525import { TransferTransaction } from '../../src/model/transaction/TransferTransaction' ;
2626import { UInt64 } from '../../src/model/UInt64' ;
@@ -69,7 +69,7 @@ describe('BlockService', () => {
6969 const transferTransaction = TransferTransaction . create (
7070 Deadline . create ( ) ,
7171 account2 . address ,
72- [ NetworkCurrencyMosaic . createAbsolute ( 1 ) ] ,
72+ [ NetworkCurrencyLocal . createAbsolute ( 1 ) ] ,
7373 PlainMessage . create ( 'test-message' ) ,
7474 networkType ,
7575 helper . maxFee ,
You can’t perform that action at this time.
0 commit comments