Attempt to fix testnet
This commit is contained in:
@@ -471,6 +471,10 @@ bool CheckBlock(const CBlock& block, CValidationState& state, const Consensus::P
|
||||
bool ContextualCheckBlockHeader(const CBlockHeader& block, CValidationState& state, const Consensus::Params& consensusParams, CBlockIndex *pindexPrev);
|
||||
bool ContextualCheckBlock(const CBlock& block, CValidationState& state, CBlockIndex *pindexPrev);
|
||||
|
||||
/** Proof-of-stake checks */
|
||||
bool CheckStake(CBlock* pblock, CWallet& wallet, const CChainParams& chainparams);
|
||||
bool SignBlock(CBlock& block, CWallet& wallet, int64_t& nFees);
|
||||
|
||||
/** Check a block is completely valid from start to finish (only works on top of our current best block, with cs_main held) */
|
||||
bool TestBlockValidity(CValidationState& state, const CChainParams& chainparams, const CBlock& block, CBlockIndex* pindexPrev, bool fCheckPOW = true, bool fCheckMerkleRoot = true, bool fCheckSig = true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user