fixes to staking gui

This commit is contained in:
janko33bd
2017-09-02 23:36:40 +02:00
parent 0f440a31dc
commit 062eb8ccf7
4 changed files with 14 additions and 15 deletions

View File

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