repairing staking icon

This commit is contained in:
janko33bd
2018-01-13 23:09:45 +01:00
parent cf9eb9f3e8
commit fdbb029845
8 changed files with 30 additions and 41 deletions

View File

@@ -288,13 +288,6 @@ void WalletView::lockWallet()
walletModel->setWalletLocked(true);
}
unsigned long long WalletView::updateWeight()
{
if(walletModel)
return walletModel->updateWeight();
return 0;
}
void WalletView::usedSendingAddresses()
{
if(!walletModel)