Skip to content

Commit

Permalink
Merge pull request #148 from tonlabs/docs-update
Browse files Browse the repository at this point in the history
HOTFIX: Update topup documentation
  • Loading branch information
elasticLove1 authored Dec 27, 2022
2 parents 760d275 + 726f395 commit 94b4444
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 94b4444

Please sign in to comment.