Skip to content

Commit

Permalink
Post-merge clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jun 12, 2019
1 parent 414ace2 commit d04ceaf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/near
Expand Up @@ -46,13 +46,6 @@ const callViewFunction = {
handler: (argv) => exitOnError(main.callViewFunction(argv))
};

const viewAccount = {
command: 'view_account <accountId>',
desc: 'view given account/contract state',
builder: (yargs) => yargs,
handler: (argv) => exitOnError(main.viewAccount(argv))
};

const sendTokens = {
command: 'send <receiver> <amount>',
desc: 'send tokens to given receiver',
Expand Down

0 comments on commit d04ceaf

Please sign in to comment.