X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.cpp;h=08d269d30e939f5220b10245b803a473c31579db;hb=3172f77ecb720d462a2fa6b5e78f8460ce2c9cfe;hp=dc1000c0bc3454d60f6cc3f38e143327e834ed4f;hpb=9958f531a04f41133dfb10ff14c1422164ec1080;p=novacoin.git diff --git a/src/wallet.cpp b/src/wallet.cpp index dc1000c..08d269d 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -2721,7 +2721,10 @@ void CWallet::UpdatedTransaction(const uint256 &hashTx) // Only notify UI if this transaction is in this wallet map::const_iterator mi = mapWallet.find(hashTx); if (mi != mapWallet.end()) + { NotifyTransactionChanged(this, hashTx, CT_UPDATED); + vMintingWalletUpdated.push_back(hashTx); + } } }