Skip to content

Commit c8cf445

Browse files
committed
Added serializeTransactionToJSON
Fixed bug Address alias using wrong type and version
1 parent ecf622c commit c8cf445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/transaction/Transaction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ describe('Transaction', () => {
180180
}).to.throw(Error, 'Inner transaction cannot be an aggregated transaction.');
181181
});
182182
});
183-
183+
184184
describe('Transaction serialize', () => {
185185
it('Should return serialized payload', () => {
186186
const transaction = TransferTransaction.create(

0 commit comments

Comments
 (0)