From 460073db054819f10142d7c7c3ad67aa5b63ea66 Mon Sep 17 00:00:00 2001 From: gagdiez Date: Tue, 23 Jan 2024 13:04:44 +0100 Subject: [PATCH] chore: rename param for consistency --- commands/contract/call.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/contract/call.js b/commands/contract/call.js index 8ed78d62..aa64e33d 100644 --- a/commands/contract/call.js +++ b/commands/contract/call.js @@ -10,7 +10,7 @@ module.exports = { command: 'call [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',