Blackcoin Lore
This commit is contained in:
@@ -176,6 +176,21 @@ void WalletFrame::unlockWallet()
|
||||
walletView->unlockWallet();
|
||||
}
|
||||
|
||||
void WalletFrame::lockWallet()
|
||||
{
|
||||
WalletView *walletView = currentWalletView();
|
||||
if (walletView)
|
||||
walletView->lockWallet();
|
||||
}
|
||||
|
||||
unsigned long long WalletFrame::updateWeight()
|
||||
{
|
||||
WalletView *walletView = currentWalletView();
|
||||
if (walletView)
|
||||
return walletView->updateWeight();
|
||||
return 0;
|
||||
}
|
||||
|
||||
void WalletFrame::usedSendingAddresses()
|
||||
{
|
||||
WalletView *walletView = currentWalletView();
|
||||
|
||||
Reference in New Issue
Block a user