|
|
|
@ -464,7 +464,7 @@ CBlockIndex* FindForkInGlobalIndex(const CChain& chain, const CBlockLocator& loc
@@ -464,7 +464,7 @@ CBlockIndex* FindForkInGlobalIndex(const CChain& chain, const CBlockLocator& loc
|
|
|
|
|
bool InvalidateBlock(CValidationState& state, const CChainParams& chainparams, CBlockIndex *pindex); |
|
|
|
|
|
|
|
|
|
/** Remove invalidity status from a block and its descendants. */ |
|
|
|
|
bool ReconsiderBlock(CBlockIndex *pindex); |
|
|
|
|
bool ResetBlockFailureFlags(CBlockIndex *pindex); |
|
|
|
|
|
|
|
|
|
/** The currently-connected chain of blocks (protected by cs_main). */ |
|
|
|
|
extern CChain chainActive; |
|
|
|
|