Skip to content

Commit

Permalink
Only show pow_algo_id & pow_algo once
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkeys committed Jun 19, 2018
1 parent abfdc29 commit 6e914ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rpcmining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ Value getmininginfo(const Array& params, bool fHelp)
obj.push_back(Pair("testnet", TestNet()));
#ifdef ENABLE_WALLET
obj.push_back(Pair("generate", getgenerate(params, false)));
obj.push_back(Pair("pow_algo_id", miningAlgo));
obj.push_back(Pair("pow_algo",GetAlgoName(miningAlgo)));
obj.push_back(Pair("hashespersec", gethashespersec(params, false)));
#endif
return obj;
Expand Down

0 comments on commit 6e914ee

Please sign in to comment.