Fix analyzer noise
authorsvost <ya.nowa@yandex.ru>
Sun, 26 Dec 2021 12:40:00 +0000 (15:40 +0300)
committersvost <ya.nowa@yandex.ru>
Sun, 26 Dec 2021 12:40:00 +0000 (15:40 +0300)
src/wallet.cpp

index b2b395b..83cc274 100644 (file)
@@ -2221,7 +2221,7 @@ bool CWallet::MergeCoins(const int64_t& nAmount, const int64_t& nMinValue, const
     if (wtxNew.vout[0].nValue > 0) {
         int64_t nBytes = ::GetSerializeSize(*(CTransaction*)&wtxNew, SER_NETWORK, PROTOCOL_VERSION) + wtxNew.vin.size() * 110;
 
-        double dFinalPriority = dWeight /= nBytes;
+        double dFinalPriority = dWeight / nBytes;
         bool fAllowFree = CTransaction::AllowFree(dFinalPriority);
 
         // Get actual transaction fee according to its size and priority