Skip to content

Commit fa54f9f

Browse files
author
Greg S
committed
fix #45: LockFundsTransaction needs version=1
1 parent deb19ba commit fa54f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/transaction/LockFundsTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class LockFundsTransaction extends Transaction {
5353
networkType: NetworkType): LockFundsTransaction {
5454
return new LockFundsTransaction(
5555
networkType,
56-
3,
56+
1,
5757
deadline,
5858
UInt64.fromUint(0),
5959
mosaic,

0 commit comments

Comments
 (0)