Skip to content

Commit

Permalink
fix duplicite function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed Aug 21, 2018
1 parent f5a688d commit ac3abaa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/rpc/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,16 +477,6 @@ string experimentalDisabledHelpMsg(const string& rpc, const string& enableArg)
+ enableArg + "=1\n";
}

string experimentalDisabledHelpMsg(const string& rpc, const string& enableArg)
{
return "\nWARNING: " + rpc + " is disabled.\n"
"To enable it, restart zcashd with the -experimentalfeatures and\n"
"-" + enableArg + " commandline options, or add these two lines\n"
"to the zcash.conf file:\n\n"
"experimentalfeatures=1\n"
+ enableArg + "=1\n";
}

void RPCRegisterTimerInterface(RPCTimerInterface *iface)
{
timerInterfaces.push_back(iface);
Expand Down

0 comments on commit ac3abaa

Please sign in to comment.