Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
chore: rename param for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Jan 23, 2024
1 parent 5daa1d6 commit 460073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/contract/call.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
command: 'call <contractName> <methodName> [args]',
desc: 'Call method in smart contract',
builder: (yargs) => yargs
.option('signAs', {
.option('useAccount', {
required: true,
alias: ['accountId'],
desc: 'accountId that will execute the actions',
Expand Down

0 comments on commit 460073d

Please sign in to comment.