File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22AC_PREREQ ( [ 2.60] )
33define ( _CLIENT_VERSION_MAJOR , 0 )
44define ( _CLIENT_VERSION_MINOR , 20 )
5- define ( _CLIENT_VERSION_REVISION , 14 )
5+ define ( _CLIENT_VERSION_REVISION , 15 )
66define ( _CLIENT_VERSION_BUILD , 0 )
77define ( _CLIENT_VERSION_RC , 0 )
88define ( _CLIENT_VERSION_IS_RELEASE , true )
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ CChainParams::CChainParams()
114114 consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nTimeout = 999999999999ULL ;
115115
116116 // The best chain should have at least this much work.
117- consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000002279a0c3b3098082cf2 " ); // qtum
117+ consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000000000000000000000138b138b " ); // qtum
118118
119119
120120 chainTxData = ChainTxData{
Original file line number Diff line number Diff line change @@ -771,8 +771,8 @@ bool BlockAssembler::TestPackageTransactions(const CTxMemPool::setEntries& packa
771771 return false ;
772772 if (!fIncludeWitness && it->GetTx ().HasWitness ())
773773 return false ;
774- if (!CheckTransactionLydraSpending (it->GetTx (), nHeight))
775- return false ;
774+ // if (!CheckTransactionLydraSpending(it->GetTx(), nHeight))
775+ // return false;
776776 }
777777 return true ;
778778}
You can’t perform that action at this time.
0 commit comments