We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb19ba commit fa54f9fCopy full SHA for fa54f9f
src/model/transaction/LockFundsTransaction.ts
@@ -53,7 +53,7 @@ export class LockFundsTransaction extends Transaction {
53
networkType: NetworkType): LockFundsTransaction {
54
return new LockFundsTransaction(
55
networkType,
56
- 3,
+ 1,
57
deadline,
58
UInt64.fromUint(0),
59
mosaic,
0 commit comments