|
|
@ -56,12 +56,9 @@ bool WalletFrame::handlePaymentRequest(const SendCoinsRecipient &recipient) |
|
|
|
|
|
|
|
|
|
|
|
void WalletFrame::showOutOfSyncWarning(bool fShow) |
|
|
|
void WalletFrame::showOutOfSyncWarning(bool fShow) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (!walletStack) { |
|
|
|
if (!walletStack) |
|
|
|
QMessageBox box; |
|
|
|
|
|
|
|
box.setText("walletStack is null"); |
|
|
|
|
|
|
|
box.exec(); |
|
|
|
|
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
walletStack->showOutOfSyncWarning(fShow); |
|
|
|
walletStack->showOutOfSyncWarning(fShow); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|