Replace remaining Lore mentions with Blackmore
This commit is contained in:
@@ -488,7 +488,7 @@ std::vector<std::string> CRPCTable::listCommands() const
|
||||
|
||||
std::string HelpExampleCli(const std::string& methodname, const std::string& args)
|
||||
{
|
||||
return "> lore-cli " + methodname + " " + args + "\n";
|
||||
return "> blackmore-cli " + methodname + " " + args + "\n";
|
||||
}
|
||||
|
||||
std::string HelpExampleRpc(const std::string& methodname, const std::string& args)
|
||||
|
||||
Reference in New Issue
Block a user