Closed dooglus closed 9 years ago
src/qt/coincontroldialog.cpp does this:
// weight int weight = floorf((GetTime() - out.tx->GetTxTime() - nStakeMinAge) * out.tx->vout[out.i].nValue / BitcoinUnits::factor(BitcoinUnits::BTC) / (double)(1440 * nTargetStakeSpacing));
Weight is no longer dependent on age except for setting the weight to 0 for coins which are immature or which have moved in the last 4 hours.
fixed in https://github.com/nochowderforyou/clams/commit/5b4a7fe1e40b86301302d2b0dacb980a7a3670be
closing
src/qt/coincontroldialog.cpp does this:
Weight is no longer dependent on age except for setting the weight to 0 for coins which are immature or which have moved in the last 4 hours.