From 234c0ac057d67d348addfd74ac69d6a16dfcf304 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 11 Apr 2018 04:07:06 +0300 Subject: [PATCH] Skew nBits PoS diff to 1 --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/miner.cpp b/src/miner.cpp index be2c5a0aa..692db8ce6 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -392,6 +392,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) { uint64_t txfees,utxovalue; uint32_t txtime; uint256 utxotxid,revtxid; int32_t i,siglen,numsigs,utxovout; uint8_t utxosig[128],*ptr; CMutableTransaction txStaked = CreateNewContextualCMutableTransaction(Params().GetConsensus(), chainActive.Height() + 1); + blocktime += 2; if ( (siglen= komodo_staked(txStaked,pblock->nBits,&blocktime,&txtime,&utxotxid,&utxovout,&utxovalue,utxosig)) > 0 ) { CAmount txfees = 0;