Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small stakingIconClicked fix
  • Loading branch information
Tranz5 committed Sep 28, 2014
1 parent 95bbc2f commit 0d442ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Expand Up @@ -713,7 +713,7 @@ void BitcoinGUI::stakingIconClicked()
.arg(BitcoinUnits::formatWithUnit(unit, walletStack->getReserveBalance()))
.arg(BitcoinUnits::formatWithUnit(unit, nSplitThreshold, false))
.arg(BitcoinUnits::formatWithUnit(unit, nCombineThreshold, false))
.arg(strAddress.ToString().c_str())
.arg(strAddress.IsValid() ? strAddress.ToString().c_str() : "Not Giving")
.arg(nPer)
.arg(walletManager->GetWalletCount())
.arg(walletStack->getTotStakeWeight())
Expand Down

0 comments on commit 0d442ec

Please sign in to comment.