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

@@ -183,14 +183,6 @@ void WalletFrame::lockWallet()
walletView->lockWallet();
}
unsigned long long WalletFrame::updateWeight()
{
WalletView *walletView = currentWalletView();
if (walletView)
return walletView->updateWeight();
return 0;
}
void WalletFrame::usedSendingAddresses()
{
WalletView *walletView = currentWalletView();