Skip to content

Commit 654b163

Browse files
committed
Fixed #117, Typo in AddressAliasTransaction and MosaicAliasTransaction comments
1 parent 6afb2f1 commit 654b163

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/model/transaction/AddressAliasTransaction.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ import { TransactionVersion } from './TransactionVersion';
3434
export class AddressAliasTransaction extends Transaction {
3535

3636
/**
37-
* Create a mosaic supply change transaction object
37+
* Create a address alias transaction object
3838
* @param deadline - The deadline to include the transaction.
39-
* @param actionType - The namespace id.
39+
* @param actionType - The alias action type.
4040
* @param namespaceId - The namespace id.
41-
* @param mosaicId - The mosaic id.
41+
* @param address - The address.
4242
* @param networkType - The network type.
4343
* @param maxFee - (Optional) Max fee defined by the sender
4444
* @returns {AddressAliasTransaction}

src/model/transaction/MosaicAliasTransaction.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,12 @@ import { TransactionInfo } from './TransactionInfo';
2727
import { TransactionType } from './TransactionType';
2828
import { TransactionVersion } from './TransactionVersion';
2929

30-
/**
31-
* In case a mosaic has the flag 'supplyMutable' set to true, the creator of the mosaic can change the supply,
32-
* i.e. increase or decrease the supply.
33-
*/
3430
export class MosaicAliasTransaction extends Transaction {
3531

3632
/**
37-
* Create a mosaic supply change transaction object
33+
* Create a mosaic alias transaction object
3834
* @param deadline - The deadline to include the transaction.
39-
* @param actionType - The namespace id.
35+
* @param actionType - The alias action type.
4036
* @param namespaceId - The namespace id.
4137
* @param mosaicId - The mosaic id.
4238
* @param networkType - The network type.

0 commit comments

Comments
 (0)