Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2541 from EOSIO/grammar
Browse files Browse the repository at this point in the history
Grammar correction
  • Loading branch information
Greg Lee authored Apr 22, 2018
2 parents 15953cc + 1d08f94 commit 269f084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/cleos/help_text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const char* error_advice_3010004 = "Most likely, the given contract doesnt' exi
const char* error_advice_3030000 = "Ensure that your transaction satisfy the contract's constraint!";
const char* error_advice_3030001 = R"=====(Ensure that you have the related authority inside your transaction!;
If you are currently using 'cleos push action' command, try to add the relevant authority using -p option.)=====";
const char* error_advice_3030002 = "Ensure that you have the related private keys inside your wallet and you wallet is unlocked.";
const char* error_advice_3030002 = "Ensure that you have the related private keys inside your wallet and your wallet is unlocked.";
const char* error_advice_3030003 = "Please remove the unnecessary authority from your action!";
const char* error_advice_3030004 = "Please remove the unnecessary signature from your transaction!";
const char* error_advice_3030011 = "You can try embedding eosio nonce action inside your transaction to ensure uniqueness.";
Expand Down

0 comments on commit 269f084

Please sign in to comment.