From 007b1b92a8c7bb5c483998acee0f65ca73d0abd7 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 15 Sep 2020 14:44:36 +0200 Subject: [PATCH] typo --- apps/remix-ide/src/lib/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/lib/commands.js b/apps/remix-ide/src/lib/commands.js index a52f259ef8..b20783557b 100644 --- a/apps/remix-ide/src/lib/commands.js +++ b/apps/remix-ide/src/lib/commands.js @@ -43,7 +43,7 @@ const allCommands = [ {'web3.eth.clearSubscriptions();': 'Resets subscriptions.'}, {'web3.eth.Contract(jsonInterface[, address][, options])': 'The web3.eth.Contract object makes it easy to interact with smart contracts on the ethereum blockchain.'}, - {'web3.eth.accounts.create([entropy]);': 'The web3.eth.accounts contains functions to generate Ethereum accounts and sign transactions and data.'} + {'web3.eth.accounts.create([entropy]);': 'The web3.eth.accounts contains functions to generate Ethereum accounts and sign transactions and data.'}, {'web3.eth.getAccounts();': 'Retrieve the list of accounts'}, {'web3.eth.accounts.privateKeyToAccount(privateKey [, ignoreLength ]);': 'Get the account from the private key'}, {'web3.eth.accounts.signTransaction(tx, privateKey [, callback]);': 'Sign Transaction'},