Skip to content

Commit

Permalink
getwork: re-add for solo miners _ please use getblocktemplate if poss…
Browse files Browse the repository at this point in the history
…ible
  • Loading branch information
fflo committed Apr 24, 2016
1 parent 2ecd497 commit 2eb9202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bitcoinrpc.cpp
Expand Up @@ -3591,6 +3591,7 @@ pair<string, rpcfn_type> pCallTable[] =
make_pair("gettransaction", &gettransaction),
make_pair("listtransactions", &listtransactions),
make_pair("getblocktemplate", &getblocktemplate),
make_pair("getwork", &getwork),
make_pair("getworkaux", &getworkaux),
make_pair("getauxblock", &getauxblock),
make_pair("buildmerkletree", &buildmerkletree),
Expand Down Expand Up @@ -3641,6 +3642,7 @@ string pAllowInSafeMode[] =
"walletpassphrase",
"walletlock",
"validateaddress",
"getwork",
"getworkaux",
"getauxblock",
"submitblock",
Expand Down

0 comments on commit 2eb9202

Please sign in to comment.