Merge #8019: Remove state arg from ReconsiderBlock, rename to ResetBlockFailureFlags
657e07eRename ReconsiderBlock func to reflect real behavior (instagibbs)addb9d2Remove state arg from ReconsiderBlock (instagibbs)
This commit is contained in:
@@ -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(CValidationState& state, CBlockIndex *pindex);
|
||||
bool ResetBlockFailureFlags(CBlockIndex *pindex);
|
||||
|
||||
/** The currently-connected chain of blocks (protected by cs_main). */
|
||||
extern CChain chainActive;
|
||||
|
||||
Reference in New Issue
Block a user