chain: mark historical bad merkle block as mutable.
This commit is contained in:
parent
395811a86f
commit
cfeacb309e
@ -357,7 +357,8 @@ class Chain extends AsyncEmitter {
|
|||||||
throw new VerifyError(block,
|
throw new VerifyError(block,
|
||||||
'invalid',
|
'invalid',
|
||||||
'bad-txnmrklroot',
|
'bad-txnmrklroot',
|
||||||
100);
|
100,
|
||||||
|
true);
|
||||||
}
|
}
|
||||||
|
|
||||||
flags &= ~common.flags.VERIFY_BODY;
|
flags &= ~common.flags.VERIFY_BODY;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user