This commit is contained in:
jl777
2018-05-07 16:11:07 +03:00
parent d6e4204114
commit 5ea06d80de

View File

@@ -483,7 +483,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
{
CMutableTransaction txNotary = CreateNewContextualCMutableTransaction(Params().GetConsensus(), chainActive.Height() + 1);
if ( pblock->nTime < pindexPrev->nTime+60 )
pblock->nTime = pindexPrev->nTime + 65;
pblock->nTime = pindexPrev->nTime + 65/2;
if ( komodo_notaryvin(txNotary,NOTARY_PUBKEY33) > 0 )
{
CAmount txfees = 0;