Skip to content

Commit

Permalink
Update signature-verifier.js (#1380)
Browse files Browse the repository at this point in the history
fix typos in example
  • Loading branch information
comster authored and frozeman committed Feb 22, 2018
1 parent fc8ec69 commit 3c86456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/signature-verifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function execute(){
console.log("\n\n**********************************************************************");
console.log("Steps to Run");
console.log("**********************************************************************");
console.log("1. Deploy the following conract in your ethereum environment");
console.log("1. Deploy the following contract in your ethereum environment");
console.log(signatureContractCodeReadable);
console.log("2. Set the following parameters (i.e. at the end of the code)");
console.log("\ta. Ethereum URL");
Expand Down Expand Up @@ -204,11 +204,11 @@ function execute(){
//setAccount('<Provide the account address>');

// Value 2- Please provide the password of the accound to be used
//setPassword('<Provide teh password>');
//setPassword('<Provide the password>');

// Value 3- Please update the address of the contract after deployment
// The contract code is made available at the top under signatureContractCodeReadable variable
// Please deploy teh contract and update the contract address here
// Please deploy the contract and update the contract address here
//setContractAddress('<Provide the deployed contract address>');

// Value 4- If required please update with a different message
Expand Down

0 comments on commit 3c86456

Please sign in to comment.