Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshisCat committed Jan 17, 2018
1 parent 40e8f8d commit 3dd67fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/wallet/wallet.cpp
Expand Up @@ -436,9 +436,6 @@ bool CWallet::CreateCoinStake(const CKeyStore& keystore, unsigned int nBits, int
// Do not add additional significant input
if (pcoin.first->vout[pcoin.second].nValue >= StakeCombineThreshold)
continue;
// Do not add input that is still too young
//if (nTimeWeight < nStakeMinAge)
//continue;

txNew.vin.push_back(CTxIn(pcoin.first->GetHash(), pcoin.second));
nCredit += pcoin.first->vout[pcoin.second].nValue;
Expand Down

0 comments on commit 3dd67fb

Please sign in to comment.