Skip to content

Commit

Permalink
Update rpcwallet.cpp
Browse files Browse the repository at this point in the history
speeling
  • Loading branch information
bumbacoin committed Feb 2, 2017
1 parent eb0ddbe commit 55332ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcwallet.cpp
Expand Up @@ -88,7 +88,7 @@ Value getinfo(const Array& params, bool fHelp)
obj.push_back(Pair("balance", ValueFromAmount(pwalletMain->GetBalance())));
obj.push_back(Pair("newmint", ValueFromAmount(pwalletMain->GetNewMint())));
obj.push_back(Pair("stake", ValueFromAmount(pwalletMain->GetStake())));
obj.push_back(Pair("spli threshold", ValueFromAmount(nSplitThreshold)));
obj.push_back(Pair("split threshold", ValueFromAmount(nSplitThreshold)));
obj.push_back(Pair("combine threshold", ValueFromAmount(nCombineThreshold)));
obj.push_back(Pair("blocks", (int)nBestHeight));
obj.push_back(Pair("timeoffset", (boost::int64_t)GetTimeOffset()));
Expand Down

0 comments on commit 55332ac

Please sign in to comment.