You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/InitService.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -495,7 +495,7 @@ export class InitService {
495
495
constlist: CurrencyDistribution[]=[];
496
496
this.logger.info('');
497
497
this.logger.info(
498
-
`In additions to the node, faucet and founder accounts, you can include (opt-in) more accounts into the nemesis block by distributing ${mosaicName} coins.`,
498
+
`In addition to the node, faucet and founder accounts, you can include (opt-in) more accounts into the nemesis block by distributing ${mosaicName} coins.`,
499
499
);
500
500
while(awaitthis.confirm(`Do you want to distribute coin ${mosaicName} to different accounts on the nemesis block?`,false)){
0 commit comments