Skip to content

Commit

Permalink
Update rpcmining.cpp
Browse files Browse the repository at this point in the history
Fixed JSON Format
  • Loading branch information
GravityBits committed Jan 27, 2016
1 parent 814760a commit 5c60d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcmining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Value getmininginfo(const Array& params, bool fHelp)
obj.push_back(Pair("Difficulty", diff));

obj.push_back(Pair("Block Value", (uint64_t)GetProofOfWorkReward(0)));
obj.push_back(Pair("netmhashpsm", GetPoWMHashPS()));
obj.push_back(Pair("netmhashps", GetPoWMHashPS()));
obj.push_back(Pair("Net Stake Weight", GetPoSKernelPS()));
obj.push_back(Pair("Errors", GetWarnings("statusbar")));
obj.push_back(Pair("Pooled Tx", (uint64_t)mempool.size()));
Expand Down

0 comments on commit 5c60d23

Please sign in to comment.