Skip to content

Commit 69e866a

Browse files
committed
Fixed unit test in AggregateTransaction
1 parent 0c4e3e2 commit 69e866a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/model/transaction/AggregateTransaction.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,14 @@ describe('AggregateTransaction', () => {
325325
],
326326
signerPublicKey: 'B4F12E7C9F6946091E2CB8B6D3A12B50D17CCBBF646386EA27CE2946A7423DCF',
327327
type: 16725,
328-
version: 36865,
328+
version: 1,
329+
networkType: 144,
329330
},
330331
},
331332
],
332333
type: 16705,
333-
version: 36865,
334+
version: 1,
335+
networkType: 144,
334336
},
335337
};
336338

0 commit comments

Comments
 (0)