mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Revert "UI to alert of respend attempt affecting wallet."
This reverts commit ada5a067c7.
Conflicts:
src/qt/guiconstants.h
src/wallet.h
This commit is contained in:
@@ -164,14 +164,6 @@ void WalletModel::checkBalanceChanged()
|
||||
|
||||
void WalletModel::updateTransaction(const QString &hash, int status)
|
||||
{
|
||||
if (status == CT_GOT_CONFLICT)
|
||||
{
|
||||
emit message(tr("Conflict Received"),
|
||||
tr("WARNING: Transaction may never be confirmed. Its input was seen being spent by another transaction on the network. Wait for confirmation!"),
|
||||
CClientUIInterface::MSG_WARNING);
|
||||
return;
|
||||
}
|
||||
|
||||
if(transactionTableModel)
|
||||
transactionTableModel->updateTransaction(hash, status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user