mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Remove state arg from ReconsiderBlock
This commit is contained in:
parent
fbd84788e6
commit
addb9d2a09
3 changed files with 5 additions and 7 deletions
|
|
@ -3011,7 +3011,7 @@ bool InvalidateBlock(CValidationState& state, const CChainParams& chainparams, C
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ReconsiderBlock(CValidationState& state, CBlockIndex *pindex) {
|
||||
bool ReconsiderBlock(CBlockIndex *pindex) {
|
||||
AssertLockHeld(cs_main);
|
||||
|
||||
int nHeight = pindex->nHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue