mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge pull request #3040 from Diapolo/Qt_misc2
Bitcoin-Qt: add missing change from branch Qt_misc
This commit is contained in:
commit
a68fd1ca14
@ -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…
Reference in New Issue
Block a user