Blackcoin Lore
This commit is contained in:
@@ -274,6 +274,21 @@ void WalletView::unlockWallet()
|
||||
}
|
||||
}
|
||||
|
||||
void WalletView::lockWallet()
|
||||
{
|
||||
if(!walletModel)
|
||||
return;
|
||||
|
||||
walletModel->setWalletLocked(true);
|
||||
}
|
||||
|
||||
unsigned long long WalletView::updateWeight()
|
||||
{
|
||||
if(!walletModel)
|
||||
return 0;
|
||||
return walletModel->updateWeight();
|
||||
}
|
||||
|
||||
void WalletView::usedSendingAddresses()
|
||||
{
|
||||
if(!walletModel)
|
||||
|
||||
Reference in New Issue
Block a user