mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Change branding from bitcoin to elements
This commit is contained in:
parent
ade539cbb4
commit
e1cd00cc6c
39 changed files with 220 additions and 215 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue