mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-24 05:44:30 +00:00
Merge pull request #4533
43005cf Fix semantic typo in state.CorruptionPossible check (kazcw)
This commit is contained in:
commit
ea8c288a35
@ -2517,7 +2517,7 @@ bool AcceptBlock(CBlock& block, CValidationState& state, CBlockIndex** ppindex,
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!CheckBlock(block, state)) {
|
if (!CheckBlock(block, state)) {
|
||||||
if (state.Invalid() && !state.CorruptionPossible()) {
|
if (state.IsInvalid() && !state.CorruptionPossible()) {
|
||||||
pindex->nStatus |= BLOCK_FAILED_VALID;
|
pindex->nStatus |= BLOCK_FAILED_VALID;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user