Change branding from bitcoin to elements

This commit is contained in:
Steven Roose 2019-03-21 12:40:38 +00:00
parent ade539cbb4
commit e1cd00cc6c
39 changed files with 220 additions and 215 deletions

View file

@ -444,7 +444,7 @@ static UniValue echo(const JSONRPCRequest& request)
"echo|echojson \"message\" ...\n"
"\nSimply echo back the input arguments. This command is for testing.\n"
"\nThe difference between echo and echojson is that echojson has argument conversion enabled in the client-side table in"
"bitcoin-cli and the GUI. There is no server-side difference."
"the CLI and the GUI. There is no server-side difference."
);
return request.params;