mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
change req maturity to 100 from 120
This commit is contained in:
parent
e2898a2f86
commit
ffec62e8ba
@ -1197,7 +1197,7 @@ int CMerkleTx::GetBlocksToMaturity() const
|
||||
{
|
||||
if (!IsCoinBase())
|
||||
return 0;
|
||||
return max(0, (COINBASE_MATURITY+20) - GetDepthInMainChain());
|
||||
return max(0, COINBASE_MATURITY - GetDepthInMainChain());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user