Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticLove1 committed Dec 26, 2022
1 parent 760d275 commit 726f395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/contract/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export const contractTopUpCommand: Command = {
if (!value) {
throw new Error(
`Missing top-up value.\n` +
`You must specify a value with the option \`-v\` or\n` +
`You must specify a value in nanotokens with the option \`-v\` or\n` +
`set the default value for the giver with \`everdev network giver\` command.`,
)
}
Expand Down

0 comments on commit 726f395

Please sign in to comment.