Skip to content

Commit

Permalink
Merge pull request #128 from anditto/anditto-trivial-fix
Browse files Browse the repository at this point in the history
[Trivial] Change 'bitcoin-cli' to 'elements-cli' in error message
  • Loading branch information
instagibbs authored Feb 22, 2017
2 parents 18a6c4d + e4fbef9 commit a251142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ bool AppInit(int argc, char* argv[])

if (fCommandLine)
{
fprintf(stderr, "Error: There is no RPC client functionality in elementsd anymore. Use the bitcoin-cli utility instead.\n");
fprintf(stderr, "Error: There is no RPC client functionality in elementsd anymore. Use the elements-cli utility instead.\n");
exit(1);
}
#ifndef WIN32
Expand Down

0 comments on commit a251142

Please sign in to comment.