Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
remove staking from getinfo. it is displayed in getmininginfo instead (
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Griffith authored Feb 27, 2019
1 parent d957918 commit b8b5fb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpc/rpcmisc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ UniValue getinfo(const UniValue &params, bool fHelp)
obj.push_back(Pair("unlocked_until", nWalletUnlockTime));
}
}
obj.push_back(Pair("staking", minerThreads != NULL));
obj.push_back(Pair("paytxfee", ValueFromAmount(payTxFee.GetFeePerK())));
obj.push_back(Pair("relayfee", ValueFromAmount(::minRelayTxFee.GetFeePerK())));
obj.push_back(Pair("errors", GetWarnings("statusbar")));
Expand Down

0 comments on commit b8b5fb3

Please sign in to comment.