chain: mark historical bad merkle block as mutable.

This commit is contained in:
Christopher Jeffrey 2018-07-10 19:11:57 -07:00
parent 395811a86f
commit cfeacb309e
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -357,7 +357,8 @@ class Chain extends AsyncEmitter {
throw new VerifyError(block,
'invalid',
'bad-txnmrklroot',
100);
100,
true);
}
flags &= ~common.flags.VERIFY_BODY;