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

@ -514,7 +514,7 @@ std::vector<std::string> CRPCTable::listCommands() const
std::string HelpExampleCli(const std::string& methodname, const std::string& args)
{
return "> bitcoin-cli " + methodname + " " + args + "\n";
return "> elements-cli " + methodname + " " + args + "\n";
}
std::string HelpExampleRpc(const std::string& methodname, const std::string& args)