aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
diff options
context:
space:
mode:
authorTom Harding <tomh@thinlink.com>2014-06-27 16:47:33 -0700
committerTom Harding <tomh@thinlink.com>2014-06-27 16:47:33 -0700
commit7a19efe04069d9a1e251cdc94b25184f76d9d901 (patch)
tree9852770f0275fa00ce7510b8b77b745e611f9b3f /src/qt/walletmodel.cpp
parent9fa53dd3bdc6f62b16a7c2b970449c8c35f4c41b (diff)
downloadbitcoin-7a19efe04069d9a1e251cdc94b25184f76d9d901.tar.xz
Formatting, spelling, comment fixes.
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r--src/qt/walletmodel.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index 3d6f2ab9ba..defc815def 100644
--- a/src/qt/walletmodel.cpp
+++ b/src/qt/walletmodel.cpp
@@ -138,13 +138,13 @@ 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 (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);