mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-24 22:04:30 +00:00
Bitcoin-Qt: add missing change from branch Qt_misc
- remove an unneeded debug message in walletframe
This commit is contained in:
parent
b85560a1b5
commit
ab25271d3c
@ -56,12 +56,9 @@ bool WalletFrame::handlePaymentRequest(const SendCoinsRecipient &recipient)
|
||||
|
||||
void WalletFrame::showOutOfSyncWarning(bool fShow)
|
||||
{
|
||||
if (!walletStack) {
|
||||
QMessageBox box;
|
||||
box.setText("walletStack is null");
|
||||
box.exec();
|
||||
if (!walletStack)
|
||||
return;
|
||||
}
|
||||
|
||||
walletStack->showOutOfSyncWarning(fShow);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user