Skip to content

Commit b2ef1a2

Browse files
committed
Added #112 sign with cosignatories
1 parent a753b8b commit b2ef1a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/model/transaction/CosignatureTransaction.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
import {expect} from 'chai';
18+
import { VerifiableTransaction } from 'nem2-library';
1819
import {CreateTransactionFromDTO} from '../../../src/infrastructure/transaction/CreateTransactionFromDTO';
1920
import {Account} from '../../../src/model/account/Account';
2021
import { NetworkType } from '../../../src/model/blockchain/NetworkType';
@@ -129,4 +130,4 @@ describe('CosignatureTransaction', () => {
129130
expect(signedTx.signer).to.be.equal('C2F93346E27CE6AD1A9F8F5E3066F8326593A406BDF357ACB041E2F9AB402EFE');
130131
expect(signedTx.signer).to.be.equal(account.publicKey);
131132
});
132-
});
133+
});

0 commit comments

Comments
 (0)