Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Updated mosaic id text
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Jan 10, 2020
1 parent d3a4a48 commit 4d2fdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/transaction/mosaic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default class extends AnnounceTransactionsCommand {
const signedTransaction = account.sign(aggregateTransaction, profile.networkGenerationHash);

console.log(new AnnounceTransactionFieldsTable(signedTransaction, profile.url).toString('Transaction Information'));
console.log(chalk.green('The created mosaic id is: '), mosaicDefinitionTransaction.mosaicId.toHex());
console.log(chalk.green('The new mosaic id is: '), mosaicDefinitionTransaction.mosaicId.toHex());
const shouldAnnounce = new AnnounceResolver().resolve(options);
if (shouldAnnounce && options.sync) {
this.announceTransactionSync(signedTransaction, profile.address, profile.url);
Expand Down

0 comments on commit 4d2fdf7

Please sign in to comment.