Skip to content

Commit

Permalink
update tips
Browse files Browse the repository at this point in the history
  • Loading branch information
catdev2024 committed Sep 13, 2024
1 parent 9448d74 commit 6d41191
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cli/src/commands/mint/mint.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ export class MintCommand extends BoardcastCommand {
const limit = scaledInfo.limit;

if (minter.state.data.remainingSupply < limit) {
console.warn('too small remaining supply in the minter!');
console.warn(
`small limit of ${unScaleByDecimals(limit, token.info.decimals)} in the minter UTXO!`,
);
log(`retry to mint token [${token.info.symbol}] ...`);
continue;
}
Expand Down

0 comments on commit 6d41191

Please sign in to comment.