1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-29 16:04:32 +00:00

fixed build error

This commit is contained in:
orignal 2018-02-09 15:49:33 -05:00
parent 398171c2b9
commit da91ffc7fd

View File

@ -147,12 +147,14 @@ void WalletFrame::unlockWallet()
walletView->unlockWallet();
}
#ifdef USE_QRCODE
void WalletFrame::printPaperWallet()
{
WalletView *walletView = currentWalletView();
if (walletView)
walletView->printPaperWallet();
}
#endif
void WalletFrame::setEncryptionStatus()
{