[Trivial] Change 'bitcoin-cli' to 'elements-cli' in error message

This commit is contained in:
Anditto Heristyo 2017-02-21 22:45:48 -08:00
parent e737219816
commit e4fbef9c3a

View file

@ -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