X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.cpp;h=3aed377357666038b61874eec33b0d14f4d4d57e;hp=dc1000c0bc3454d60f6cc3f38e143327e834ed4f;hb=91c0b9419a644cb6f72d05711fcfec5aeb348f3f;hpb=c1d5ebeb9f92b2248063ea0415f1d5564386c06d diff --git a/src/wallet.cpp b/src/wallet.cpp index dc1000c..3aed377 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -2722,6 +2722,7 @@ void CWallet::UpdatedTransaction(const uint256 &hashTx) map::const_iterator mi = mapWallet.find(hashTx); if (mi != mapWallet.end()) NotifyTransactionChanged(this, hashTx, CT_UPDATED); + vMintingWalletUpdated.push_back(hashTx); } }